We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4692d8c + 4ef2e1c commit c130d9bCopy full SHA for c130d9b
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: goreleaser/goreleaser-action@v6
29
with:
30
distribution: goreleaser
31
- version: latest
+ version: '~> v2'
32
args: release --clean
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
before:
4
hooks:
5
- go mod tidy
@@ -28,7 +30,7 @@ dockers:
checksum:
name_template: 'checksums.txt'
snapshot:
- name_template: "{{ incpatch .Version }}-next"
+ version_template: "{{ incpatch .Version }}-next"
changelog:
35
sort: asc
36
use: github-native
0 commit comments