Skip to content

Commit

Permalink
Merge pull request #26 from whiteducksoftware/feat/goreleaser-checksums
Browse files Browse the repository at this point in the history
feat: goreleaser checksum file name
  • Loading branch information
hutstep authored Dec 19, 2024
2 parents 24ff729 + 38405bc commit 7d67038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_Windows_checksums.txt"

chocolateys:
- name: azctx
dependencies:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_Darwin_Linux_checksums.txt"

brews:
- name: azctx
repository:
Expand Down

0 comments on commit 7d67038

Please sign in to comment.