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