We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b6189 commit 07b752fCopy full SHA for 07b752f
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# This is an example goreleaser.yaml file with some defaults.
2
# Make sure to check the documentation at http://goreleaser.com
3
+version: 2
4
env:
5
- CGO_ENABLED=0
6
before:
@@ -70,4 +71,4 @@ release:
70
71
# draft: true
72
73
changelog:
- skip: true
74
+ disable: true
GNUmakefile
@@ -28,7 +28,7 @@ test: phony
28
29
test-releaser: export API_VERSION = x5.0
30
test-releaser: phony
31
- go install github.com/goreleaser/goreleaser@latest
+ go install github.com/goreleaser/goreleaser/v2@latest
32
goreleaser check
33
goreleaser release --snapshot --clean --skip=sign
34
0 commit comments