peckertest/.goreleaser.yaml

36 lines
794 B
YAML
Raw Permalink Normal View History

2022-01-13 10:07:03 +00:00
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
2022-01-13 10:41:30 +00:00
goarch:
- amd64
2022-01-13 10:07:03 +00:00
archives:
2022-01-13 10:41:30 +00:00
- format_overrides:
- goos: windows
format: zip
2022-01-13 10:07:03 +00:00
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
gitea_urls:
api: https://git.t-juice.club/api/v1/
download: https://git.t-juice.club
env_files:
2022-01-13 10:41:30 +00:00
gitea_token: gitea_token