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 5dab65f commit 2395e70Copy full SHA for 2395e70
.goreleaser.yml
@@ -1,7 +1,8 @@
1
+version: 2
2
+
3
before:
4
hooks:
- - go get github.com/rakyll/statik
- - $GOPATH/bin/statik -src=./server/static -include='*.html'
5
+ - go install github.com/rakyll/[email protected] && statik -src=./server/static -include='*.html'
6
- go mod download
7
builds:
8
- env:
@@ -17,7 +18,7 @@ archives:
17
18
checksum:
19
name_template: 'checksums.txt'
20
snapshot:
- name_template: "{{ .Tag }}-next"
21
+ version_template: "{{ .Tag }}-next"
22
changelog:
23
sort: asc
24
filters:
0 commit comments