Skip to content

Commit

Permalink
Merge pull request #22 from timja/hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Sep 16, 2021
2 parents 1ee801f + 8f3876c commit 490b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-jenkins-changelog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
prefix=""
suffix=""
prefix="Developer: " if labels.include?("developer")
prefix="Internal:\n" if labels.include?("internal")
prefix="Internal: " if labels.include?("internal")
suffix="\n(regression in TODO)" if labels.include?("regression-fix")
entry['message'] = "#{prefix}TODO fixup changelog\n#{proposed_changelog.strip}#{suffix}"
issues << entry
Expand Down

0 comments on commit 490b220

Please sign in to comment.