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 a7df24a commit 1959b30Copy full SHA for 1959b30
.github/workflows/docker.yml
@@ -24,7 +24,6 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
fetch-depth: '50'
27
- fetch-tags: 'true'
28
29
- name: Set up QEMU
30
uses: docker/setup-qemu-action@v3
.goreleaser.yml
@@ -30,7 +30,7 @@ archives:
checksum:
31
name_template: 'checksums.txt'
32
snapshot:
33
- name_template: "{{ incpatch .Version }}-next"
+ version_template: "{{ incpatch .Version }}-next"
34
changelog:
35
sort: asc
36
0 commit comments