Skip to content

Commit

Permalink
fix/update .goreleaser.yaml file (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
subrajeet-maharana authored Dec 30, 2024
1 parent a3d9361 commit 5860d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# goreleaser documentation at https://goreleaser.com
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down Expand Up @@ -30,7 +31,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
release:
draft: true
name_template: "Release-v{{.Version}}"
Expand Down

0 comments on commit 5860d44

Please sign in to comment.