diff --git a/.github/.goreleaser.yaml b/.github/.goreleaser.yaml index c9bca69..2ffaaf6 100644 --- a/.github/.goreleaser.yaml +++ b/.github/.goreleaser.yaml @@ -5,18 +5,17 @@ version: 2 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" # build builds: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5067a60..292d412 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -5,18 +5,17 @@ version: 2 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" # build builds: