Skip to content

Commit

Permalink
Merge pull request #481 from zoncoen/release
Browse files Browse the repository at this point in the history
chore: fix the template of goreleaser.yml
  • Loading branch information
zoncoen authored Dec 22, 2024
2 parents daba67b + 62ab163 commit 3d3dfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cross-build/cross-build/templates/goreleaser.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ archives:
- LICENSE
- CREDITS
checksum:
version_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt"
name_template: "{{ .ProjectName }}_v{{ .Version }}_go<< .GoVersion >>_checksums.txt"
snapshot:
name_template: "{{ .Version }}-snapshot"
version_template: "{{ .Version }}-snapshot"
changelog:
use: github-native

0 comments on commit 3d3dfe2

Please sign in to comment.