Skip to content

Commit 07b752f

Browse files
fix deprected stuff
1 parent 07b6189 commit 07b752f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This is an example goreleaser.yaml file with some defaults.
22
# Make sure to check the documentation at http://goreleaser.com
3+
version: 2
34
env:
45
- CGO_ENABLED=0
56
before:
@@ -70,4 +71,4 @@ release:
7071
# draft: true
7172

7273
changelog:
73-
skip: true
74+
disable: true

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test: phony
2828

2929
test-releaser: export API_VERSION = x5.0
3030
test-releaser: phony
31-
go install github.com/goreleaser/goreleaser@latest
31+
go install github.com/goreleaser/goreleaser/v2@latest
3232
goreleaser check
3333
goreleaser release --snapshot --clean --skip=sign
3434

0 commit comments

Comments
 (0)