study_xxqg/.goreleaser.yml

60 lines
1.0 KiB
YAML

env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
- id: docker
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
goarch:
- amd64
- arm64
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- -s -w -X main.VERSION=v{{.Version}}
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
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