We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad3433 commit 96c2da9Copy full SHA for 96c2da9
Dangerfile
@@ -1,7 +1,7 @@
1
# Has any changes happened inside the lib dir?
2
has_app_changes = !git.modified_files.grep(/lib/).empty?
3
4
-if git.modified_files.include?('CHANGELOG.md') == false && !declared_trivial && has_app_changes
+if git.modified_files.include?('CHANGELOG.md') == false && has_app_changes
5
pr_number = github.pr_json['number']
6
markdown <<-MARKDOWN
7
Here's an example of your CHANGELOG entry:
0 commit comments