Skip to content

Commit 5308662

Browse files
committed
Update Goreleaser config
1 parent 7cc0d58 commit 5308662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project_name: golines
2+
version: 2
23
before:
34
hooks:
45
- go clean -x
@@ -28,7 +29,7 @@ archives:
2829
wrap_in_directory: true
2930

3031
snapshot:
31-
name_template: "{{ incpatch .Version }}-pre+{{ .ShortCommit }}"
32+
version_template: "{{ incpatch .Version }}-pre+{{ .ShortCommit }}"
3233

3334
changelog:
3435
use: github

0 commit comments

Comments
 (0)