Skip to content

Commit bf12e21

Browse files
committed
⬆️ Upgrade goreleaser
1 parent a319009 commit bf12e21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11

22
dist/
33
.idea
4+
# Added by goreleaser init:
5+
build/

.goreleaser.yml renamed to .goreleaser.yaml

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:

0 commit comments

Comments
 (0)