We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c2e93 commit 3261c05Copy full SHA for 3261c05
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: goreleaser/goreleaser-action@v6
28
with:
29
distribution: goreleaser
30
- version: latest
+ version: '~> v2'
31
install-only: true
32
33
- name: Run GoReleaser
.goreleaser.yaml
@@ -1,7 +1,11 @@
1
+version: 2
2
+
3
project_name: labctl
4
5
before:
6
hooks:
7
- go mod tidy
8
9
builds:
10
- id: default
11
env:
@@ -25,10 +29,13 @@ builds:
25
26
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
checksum:
34
name_template: 'checksums.txt'
35
36
snapshot:
- name_template: "{{ incpatch .Version }}-next"
37
+ version_template: "{{ incpatch .Version }}-next"
38
39
changelog:
40
sort: asc
41
filters:
0 commit comments