diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b8ba758..ae6040a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,9 +32,21 @@ changelog: - "^docs:" - "^test:" -release: - footer: >- +checksum: + name_template: 'checksums.txt' + algorithm: sha256 + +universal_binaries: + - replace: true + +brews: + - name: pmg + homepage: https://github.com/safedep/pmg + description: "PMG protects developers from malicious packages" + license: "Apache-2.0" + repository: + owner: safedep + name: homebrew-tap + branch: main - --- - Released by [GoReleaser](https://github.com/goreleaser/goreleaser).