Skip to content

Commit d6c2a0b

Browse files
committed
chore: fix goreleaser config
Update `.goreleaser.yml` config to v2. Signed-off-by: Noel Georgi <[email protected]>
1 parent dcdcee6 commit d6c2a0b

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,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
@@ -57,4 +58,4 @@ release:
5758
# If you want to manually examine the release before its live, uncomment this line:
5859
# draft: true
5960
changelog:
60-
skip: false
61+
disable: false

0 commit comments

Comments
 (0)