Skip to content

Commit

Permalink
min
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha committed Feb 21, 2025
1 parent 8ab7617 commit 2f6b1f7
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,19 @@ changelog:
# builds:
# - skip: true

# checksum:
# name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
# algorithm: sha256

# signs:
# - artifacts: checksum
# args:
# - "--batch"
# - "--local-user"
# - "{{ .Env.GPG_FINGERPRINT }}"
# - "--output"
# - "${signature}"
# - "--detach-sign"
# - "${artifact}"

# changelog:
# sort: asc
# filters:
# exclude:
# - "^docs:"
# - "^test:"

# release:
# name_template: "v{{.Version}}"
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256

signs:
- artifacts: checksum
args:
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"


0 comments on commit 2f6b1f7

Please sign in to comment.