ci: dont exclude any commit from changelog
This commit is contained in:
parent
a26d957567
commit
fc38cca13a
2 changed files with 10 additions and 12 deletions
11
.github/.goreleaser.yaml
vendored
11
.github/.goreleaser.yaml
vendored
|
|
@ -5,18 +5,17 @@ version: 2
|
||||||
changelog:
|
changelog:
|
||||||
use: "git"
|
use: "git"
|
||||||
sort: "desc"
|
sort: "desc"
|
||||||
filters:
|
|
||||||
exclude:
|
|
||||||
- "^chore"
|
|
||||||
- "^ci"
|
|
||||||
- "^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)"
|
||||||
|
- title: "🦾 Automation"
|
||||||
|
regexp: "^ci"
|
||||||
|
- title: "📖 Documentation"
|
||||||
|
regexp: "^docs"
|
||||||
|
|
||||||
# build
|
# build
|
||||||
builds:
|
builds:
|
||||||
|
|
|
||||||
|
|
@ -5,18 +5,17 @@ version: 2
|
||||||
changelog:
|
changelog:
|
||||||
use: "git"
|
use: "git"
|
||||||
sort: "desc"
|
sort: "desc"
|
||||||
filters:
|
|
||||||
exclude:
|
|
||||||
- "^chore"
|
|
||||||
- "^ci"
|
|
||||||
- "^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)"
|
||||||
|
- title: "🦾 Automation"
|
||||||
|
regexp: "^ci"
|
||||||
|
- title: "📖 Documentation"
|
||||||
|
regexp: "^docs"
|
||||||
|
|
||||||
# build
|
# build
|
||||||
builds:
|
builds:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue