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

Only require changelog under certain conditions, such as number of files changed

Open dblock opened this issue 9 years ago • 0 comments

Number of files changed, trivial commits, etc.

From https://github.com/artsy/eigen

# Oi, CHANGELOGs please
fail("No CHANGELOG changes made") if git.lines_of_code > 50 && !github.modified_files.include?("CHANGELOG.yml") && !declared_trivial

dblock avatar Aug 27 '16 00:08 dblock