From a1f1085fb92c5ce3a06f45bd531fd6c7d5c505fd Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 3 Apr 2025 18:07:02 +0200 Subject: [PATCH] ci: dont exclude any commit from changelog --- .github/.goreleaser.yaml | 11 +++++------ .goreleaser.yaml | 19 +++++-------------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/.github/.goreleaser.yaml b/.github/.goreleaser.yaml index bff79be..fecc9f0 100644 --- a/.github/.goreleaser.yaml +++ b/.github/.goreleaser.yaml @@ -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" diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9a3444d..be2e4f0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: