2022-01-25 12:20:16 +00:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- make clean
|
2022-01-28 19:20:15 +00:00
|
|
|
- sh -c "NEXT_PUBLIC_VERSION={{ .Version}} make build-admin"
|
2022-01-25 12:20:16 +00:00
|
|
|
- go mod tidy
|
2020-10-31 14:19:17 +00:00
|
|
|
|
2020-09-25 00:53:41 +00:00
|
|
|
builds:
|
2022-01-25 12:20:16 +00:00
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
2020-10-04 09:50:03 +00:00
|
|
|
main: ./cmd/hetty
|
2022-01-25 12:20:16 +00:00
|
|
|
ldflags:
|
2022-01-26 10:35:47 +00:00
|
|
|
- -s -w -X main.version={{.Version}}
|
2020-09-25 00:53:41 +00:00
|
|
|
goos:
|
|
|
|
- linux
|
2022-01-25 12:20:16 +00:00
|
|
|
- windows
|
|
|
|
- darwin
|
2020-10-31 14:19:17 +00:00
|
|
|
goarch:
|
|
|
|
- amd64
|
2022-01-25 12:20:16 +00:00
|
|
|
- arm64
|
2020-10-31 14:19:17 +00:00
|
|
|
|
2020-09-25 00:53:41 +00:00
|
|
|
archives:
|
2022-01-25 12:20:16 +00:00
|
|
|
- replacements:
|
|
|
|
darwin: macOS
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
amd64: x86_64
|
2020-10-31 14:19:17 +00:00
|
|
|
format_overrides:
|
2022-01-25 12:20:16 +00:00
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
|
2020-09-25 00:53:41 +00:00
|
|
|
checksum:
|
|
|
|
name_template: "checksums.txt"
|
2020-10-31 14:19:17 +00:00
|
|
|
|
2020-09-25 00:53:41 +00:00
|
|
|
snapshot:
|
2022-01-25 12:20:16 +00:00
|
|
|
name_template: "{{ incpatch .Version }}-next"
|
2020-10-31 14:19:17 +00:00
|
|
|
|
2020-09-25 00:53:41 +00:00
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- "^docs:"
|
|
|
|
- "^test:"
|