feat(release): provide gitlab url

This commit is contained in:
Simon Cornet 2025-04-03 12:55:09 +02:00
commit c7e35515cc

View file

@ -7,6 +7,14 @@ before:
- "go mod tidy" - "go mod tidy"
- "go generate ./..." - "go generate ./..."
# archives
archives:
- formats: ["tar.gz"]
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: "windows"
formats: ["zip"]
# build # build
builds: builds:
- id: "gogitlabber" - id: "gogitlabber"
@ -22,14 +30,6 @@ builds:
- "windows" - "windows"
- "darwin" - "darwin"
# archives
archives:
- formats: ["tar.gz"]
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: "windows"
formats: ["zip"]
# changelog # changelog
changelog: changelog:
use: "git" use: "git"
@ -46,3 +46,8 @@ changelog:
regexp: "^fix(?:\\([^)]+\\))?:" regexp: "^fix(?:\\([^)]+\\))?:"
- title: "🛠 Maintenance" - title: "🛠 Maintenance"
regexp: "^(chore|refactor)" regexp: "^(chore|refactor)"
# gitlab
gitlab_urls:
api: "https://gitlab.simoncor.net/api/v4/"
use_package_registry: false