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