danger-changelog icon indicating copy to clipboard operation
danger-changelog copied to clipboard

Document how to check only if there're code changes

Open dblock opened this issue 9 years ago • 0 comments

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.

dblock avatar Aug 27 '16 00:08 dblock