We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45758c5 commit 3b395d2Copy full SHA for 3b395d2
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
go-version-file: go.mod
34
- name: Run GoReleaser
35
if: startsWith(github.ref, 'refs/tags/')
36
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
37
with:
38
version: latest
39
args: release --clean
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
before:
3
hooks:
4
- go mod download
@@ -23,7 +24,7 @@ archives:
23
24
checksum:
25
name_template: 'checksums.txt'
26
snapshot:
- name_template: "{{ .Tag }}-next"
27
+ version_template: "{{ .Tag }}-next"
28
changelog:
29
sort: asc
30
filters:
0 commit comments