Skip to content

Commit 9272efb

Browse files
authored
Merge pull request #8694 from jenkins-x/go1-23
fix: update goreleaser config
2 parents cdae230 + 09ac9d2 commit 9272efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
env:
23
- GO111MODULE=on
34
- CGO_ENABLED=0
@@ -56,7 +57,7 @@ checksum:
5657

5758
changelog:
5859
# set it to true if you wish to skip the changelog generation
59-
skip: true
60+
disable: true
6061

6162
release:
6263
# If set to true, will not auto-publish the release.

0 commit comments

Comments
 (0)