|
@@ -1,5 +1,6 @@
|
|
# Visit https://goreleaser.com for documentation on how to customize this
|
|
# Visit https://goreleaser.com for documentation on how to customize this
|
|
# behavior.
|
|
# behavior.
|
|
|
|
+version: 2
|
|
before:
|
|
before:
|
|
hooks:
|
|
hooks:
|
|
# this is just an example and not a requirement for provider building/publishing
|
|
# this is just an example and not a requirement for provider building/publishing
|
|
@@ -57,4 +58,4 @@ release:
|
|
# If you want to manually examine the release before its live, uncomment this line:
|
|
# If you want to manually examine the release before its live, uncomment this line:
|
|
# draft: true
|
|
# draft: true
|
|
changelog:
|
|
changelog:
|
|
- skip: true
|
|
|
|
|
|
+ disable: true
|