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 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue