2021-09-07 05:16:48 +00:00
|
|
|
---
|
2021-09-07 08:10:26 +00:00
|
|
|
project_name: abra
|
2021-09-06 12:10:08 +00:00
|
|
|
gitea_urls:
|
|
|
|
api: https://git.coopcloud.tech/api/v1
|
|
|
|
download: https://git.coopcloud.tech/
|
|
|
|
skip_tls_verify: false
|
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod tidy
|
|
|
|
builds:
|
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
dir: cmd/abra
|
|
|
|
goos:
|
|
|
|
- linux
|
2021-10-02 20:52:25 +00:00
|
|
|
- darwin
|
2022-04-19 08:06:03 +00:00
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
goarm:
|
|
|
|
- 5
|
|
|
|
- 6
|
|
|
|
- 7
|
2021-09-07 07:23:09 +00:00
|
|
|
ldflags:
|
|
|
|
- "-X 'main.Commit={{ .Commit }}'"
|
|
|
|
- "-X 'main.Version={{ .Version }}'"
|
2021-09-06 12:10:08 +00:00
|
|
|
archives:
|
|
|
|
- replacements:
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
2021-09-07 08:49:51 +00:00
|
|
|
format: binary
|
2021-09-06 12:10:08 +00:00
|
|
|
checksum:
|
2021-09-07 05:16:48 +00:00
|
|
|
name_template: "checksums.txt"
|
2021-09-06 12:10:08 +00:00
|
|
|
snapshot:
|
|
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
|
|
changelog:
|
2021-10-06 07:11:30 +00:00
|
|
|
sort: desc
|
2021-09-06 12:10:08 +00:00
|
|
|
filters:
|
|
|
|
exclude:
|
2022-08-11 23:11:25 +00:00
|
|
|
- "^Merge"
|
|
|
|
- "^Revert"
|
2021-10-05 09:56:26 +00:00
|
|
|
- "^WIP:"
|
2022-08-15 10:32:19 +00:00
|
|
|
- "^chore(deps):"
|
2021-10-02 20:51:27 +00:00
|
|
|
- "^style:"
|
2021-09-07 05:16:48 +00:00
|
|
|
- "^test:"
|
2021-10-02 20:51:27 +00:00
|
|
|
- "^tests:"
|