Skip to content

Commit 3261c05

Browse files
committed
renovate the CI
1 parent b4c2e93 commit 3261c05

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v6
2828
with:
2929
distribution: goreleaser
30-
version: latest
30+
version: '~> v2'
3131
install-only: true
3232

3333
- name: Run GoReleaser

.goreleaser.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
version: 2
2+
13
project_name: labctl
4+
25
before:
36
hooks:
47
- go mod tidy
8+
59
builds:
610
- id: default
711
env:
@@ -25,10 +29,13 @@ builds:
2529

2630
archives:
2731
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
32+
2833
checksum:
2934
name_template: 'checksums.txt'
35+
3036
snapshot:
31-
name_template: "{{ incpatch .Version }}-next"
37+
version_template: "{{ incpatch .Version }}-next"
38+
3239
changelog:
3340
sort: asc
3441
filters:

0 commit comments

Comments
 (0)