danger-changelog
danger-changelog copied to clipboard
Document how to check only if there're code changes
has_app_changes = !git.modified_files.grep(/lib/).empty?
has_spec_changes = !git.modified_files.grep(/spec/).empty?
This kind of stuff could be made part of the changelog or not.