study_xxqg/.goreleaser.yml

60 lines
1.0 KiB
YAML
Raw Normal View History

2021-11-12 07:46:33 +00:00
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
2023-10-04 14:16:28 +00:00
- id: docker
2022-08-07 12:41:53 +00:00
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
goarch:
- amd64
- arm64
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- -s -w -X main.VERSION=v{{.Version}}
2021-11-12 07:46:33 +00:00
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- fix typo
- Merge pull request
- Merge branch
- Merge remote-tracking
- go mod tidy
archives:
- id: nowin
builds:
- nowin
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format_overrides:
- goos: windows
format: zip
2023-10-04 14:03:19 +00:00
release:
gitea:
owner: "huoxue1"
name: "study_xxqg"
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
disable: false
gitea_urls:
api: "https://huoxue.link:12300/api/v1"
download: "https://huoxue.link:12300"
force_token: gitea