Skip to content

Commit cbd7e6f

Browse files
authored
fix: update goreleaser yaml file [sc-0] (#298)
1 parent 50841a2 commit cbd7e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -51,4 +52,4 @@ release:
5152
# If you want to manually examine the release before its live, uncomment this line:
5253
# draft: true
5354
changelog:
54-
skip: true
55+
disable: true

0 commit comments

Comments
 (0)