Skip to content

Commit

Permalink
fix .goreleaser.yml for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jan 7, 2025
1 parent 652f18c commit b0efdf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
before:
hooks:
- go mod download
Expand All @@ -24,7 +25,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Env.NIGHTLY_VERSION }}"
version_template: "{{ .Env.NIGHTLY_VERSION }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit b0efdf5

Please sign in to comment.