Skip to content

Commit

Permalink
debt: Updated changelog icons (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux authored Oct 30, 2024
1 parent 949300b commit 04cebc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ changelog:
# Groups are disabled when using github-native, as it already groups things by itself.
# Regex use RE2 syntax as defined here: https://github.com/google/re2/wiki/Syntax.
groups:
- title: "Features"
- title: "🎉 Features"
regexp: '^.*?feature(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Defects"
- title: "🐛 Defects"
regexp: '^.*?defect(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Technical Debt"
- title: "🛠 Technical Debt"
regexp: '^.*?debt(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Technical Risk"
- title: "🚀 Technical Risk"
regexp: '^.*?risk(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Others
Expand Down

0 comments on commit 04cebc2

Please sign in to comment.