Skip to content

Commit a169b87

Browse files
update go releaser yaml for version 2 (#144)
1 parent 71a5b21 commit a169b87

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
@@ -4,6 +4,7 @@
44
# hooks:
55
# # this is just an example and not a requirement for provider building/publishing
66
# - go mod tidy
7+
version: 2
78
builds:
89
- env:
910
# goreleaser does not work with CGO, it could also complicate
@@ -61,4 +62,4 @@ release:
6162
# If you want to manually examine the release before its live, uncomment this line:
6263
draft: true
6364
changelog:
64-
skip: true
65+
disable: true

0 commit comments

Comments
 (0)