Skip to content

Commit e0cdf6e

Browse files
committed
Update goreleaser yaml to work with version 2
1 parent 3a81c00 commit e0cdf6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
env:
23
- GO111MODULE=on
34
# Commented out because requires Pro features
@@ -19,7 +20,7 @@ archives:
1920
checksum:
2021
name_template: 'checksums.txt'
2122
snapshot:
22-
name_template: "{{ incpatch .Tag }}-dev"
23+
version_template: "{{ incpatch .Tag }}-dev"
2324
changelog:
2425
sort: asc
2526
filters:

changes/20251024143330.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bug: Update goreleaser yaml to work with version 2

0 commit comments

Comments
 (0)