feat(ci): simplified goreleaser regexes
This commit is contained in:
parent
d574d420cf
commit
2f1ffe3ae6
1 changed files with 5 additions and 5 deletions
|
|
@ -36,14 +36,14 @@ changelog:
|
|||
sort: "desc"
|
||||
filters:
|
||||
exclude:
|
||||
- "^chore(?:\\([^)]+\\))?:"
|
||||
- "^ci(?:\\([^)]+\\))?:"
|
||||
- "^docs(?:\\([^)]+\\))?:"
|
||||
- "^chore"
|
||||
- "^ci"
|
||||
- "^docs"
|
||||
groups:
|
||||
- title: "🚀 Features"
|
||||
regexp: "^feat(?:\\([^)]+\\))?:"
|
||||
regexp: "^feat"
|
||||
- title: "🐛 Bug Fixes"
|
||||
regexp: "^fix(?:\\([^)]+\\))?:"
|
||||
regexp: "^fix"
|
||||
- title: "🛠 Maintenance"
|
||||
regexp: "^(chore|refactor)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue