Skip to content

Commit

Permalink
Merge pull request #61 from theBeginner86/thebeginner86/chore/release-3
Browse files Browse the repository at this point in the history
[chore] Fix goreleaser
  • Loading branch information
theBeginner86 authored Nov 10, 2024
2 parents 579bc4e + 93cb7bd commit 0717336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ archives:
- LICENSE
- install-binary.sh

snapshot:
version_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}"

checksum:
name_template: 'checksums.txt'

snapshot:
version_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
Expand Down

0 comments on commit 0717336

Please sign in to comment.