ficsit-cli-flake/.goreleaser.yml

55 lines
989 B
YAML
Raw Normal View History

2021-12-02 04:00:33 +00:00
project_name: ficsit
before:
hooks:
- go generate -x -tags tools ./...
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
- ppc64le
2021-12-17 22:48:13 +00:00
- 386
2021-12-02 04:00:33 +00:00
goarm:
- 7
universal_binaries:
- replace: true
archives:
- format: binary
allow_different_binary_count: true
2021-12-04 00:21:19 +00:00
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
2021-12-02 04:00:33 +00:00
nfpms:
2021-12-04 03:42:31 +00:00
- vendor: Satisfactory Modding
homepage: https://ficsit.app/
maintainer: Satisfactory Modding Team <support@ficsit.app>
description: CLI tool for Ficsit (Satisfactory Modding)
license: GNU General Public License v3.0
formats:
2021-12-02 04:00:33 +00:00
- apk
- deb
- rpm
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'