Merge pull request #34 from passbolt/fix-goreleaser_deprecation

goreleaser remove/update old options
This commit is contained in:
Samuel Lorch 2023-08-10 21:20:29 +02:00 committed by GitHub
commit 82542147f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,7 @@ builds:
- arm64 - arm64
binary: passbolt binary: passbolt
archives: archives:
- replacements: - files:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- completion/* - completion/*
- man/* - man/*
format_overrides: format_overrides:
@ -31,7 +25,7 @@ release:
header: | header: |
## Release {{ .Tag }} - ({{ .Date }}) ## Release {{ .Tag }} - ({{ .Date }})
nfpms: nfpms:
- maintainer: Samuel Lorch <sam@lorch.net> - maintainer: Samuel Lorch <sam@soontm.de>
description: A CLI for Passbolt. description: A CLI for Passbolt.
homepage: https://github.com/passbolt/go-passbolt-cli homepage: https://github.com/passbolt/go-passbolt-cli
license: MIT license: MIT