Skip to content

Commit 9fdc222

Browse files
authored
Merge pull request #168 from sameesin/main
update of goreleaser version to version 2
2 parents 0c547a6 + 3a04f71 commit 9fdc222

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
@@ -53,4 +54,4 @@ release:
5354
# If you want to manually examine the release before its live, uncomment this line:
5455
# draft: true
5556
changelog:
56-
skip: true
57+
disable: true

0 commit comments

Comments
 (0)