We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319009 commit bf12e21Copy full SHA for bf12e21
.gitignore
@@ -1,3 +1,5 @@
1
2
dist/
3
.idea
4
+# Added by goreleaser init:
5
+build/
.goreleaser.yml .goreleaser.yaml.goreleaser.yml renamed to .goreleaser.yaml
@@ -1,3 +1,4 @@
+version: 2
env:
- GO111MODULE=on
# Commented out because requires Pro features
@@ -19,7 +20,7 @@ archives:
19
20
checksum:
21
name_template: 'checksums.txt'
22
snapshot:
- name_template: "{{ incpatch .Tag }}-dev"
23
+ version_template: "{{ incpatch .Tag }}-dev"
24
changelog:
25
sort: asc
26
filters:
0 commit comments