ci: dont exclude any commit from changelog

This commit is contained in:
Simon Cornet 2025-04-03 18:07:02 +02:00
commit a1f1085fb9
2 changed files with 10 additions and 20 deletions

View file

@ -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"

View file

@ -7,14 +7,6 @@ before:
- "go mod tidy"
- "go generate ./..."
# archives
archives:
- formats: ["tar.gz"]
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: "windows"
formats: ["zip"]
# build
builds:
- id: "gogitlabber"
@ -34,18 +26,17 @@ 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"
# gitlab
gitlab_urls: