feat(release): provide gitlab url
This commit is contained in:
parent
599abefc0a
commit
c7e35515cc
1 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue