fix: Goreleaser config

This commit is contained in:
abhisek
2025-05-14 19:17:59 +05:30
parent a9d5dc61a6
commit 1d681ddd27
+16 -4
View File
@@ -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).