ci: dont exclude any commit from changelog
This commit is contained in:
parent
a6bb2c16b1
commit
a1f1085fb9
2 changed files with 10 additions and 20 deletions
11
.github/.goreleaser.yaml
vendored
11
.github/.goreleaser.yaml
vendored
|
|
@ -34,15 +34,14 @@ builds:
|
|||
changelog:
|
||||
use: "git"
|
||||
sort: "desc"
|
||||
filters:
|
||||
exclude:
|
||||
- "^chore"
|
||||
- "^ci"
|
||||
- "^docs"
|
||||
groups:
|
||||
- title: "🚀 Features"
|
||||
regexp: "^feat"
|
||||
- title: "🐛 Bug Fixes"
|
||||
regexp: "^fix"
|
||||
- title: "🛠 Maintenance"
|
||||
- title: "🛠️ Maintenance"
|
||||
regexp: "^(chore|refactor)"
|
||||
- title: "🦾 Automation"
|
||||
regexp: "^ci"
|
||||
- title: "📖 Documentation"
|
||||
regexp: "^docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue