Skip to content

Commit c67f753

Browse files
authored
chore(deps): bump goreleaser to v2.15.2 (#55)
1 parent 7e8a5be commit c67f753

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- uses: goreleaser/goreleaser-action@v7
3232
with:
33-
version: v1.9.2
34-
args: release --rm-dist
33+
version: v2.15.2
34+
args: release --clean
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
2-
# Make sure to check the documentation at https://goreleaser.com
1+
version: 2
2+
33
before:
44
hooks:
5-
# You may remove this if you don't use go modules.
65
- go mod tidy
7-
# you may remove this if you don't need go generate
86
- go generate ./...
97
builds:
108
- env:
@@ -16,16 +14,11 @@ builds:
1614
goos:
1715
- linux
1816
archives:
19-
- replacements:
20-
darwin: Darwin
21-
linux: Linux
22-
windows: Windows
23-
386: i386
24-
amd64: x86_64
17+
- formats: [tar.gz]
2518
checksum:
2619
name_template: "checksums.txt"
2720
snapshot:
28-
name_template: "{{ incpatch .Version }}-next"
21+
version_template: "{{ incpatch .Version }}-next"
2922
changelog:
3023
sort: asc
3124
filters:

0 commit comments

Comments
 (0)