We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0235435 commit 1640896Copy full SHA for 1640896
.gitignore
@@ -51,4 +51,5 @@ oanc
51
.run/
52
53
# Local test folder
54
-local-terraform-test/
+local-terraform-test/
55
+dist/
.goreleaser.yml
@@ -1,5 +1,8 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+
4
+version: 2
5
6
before:
7
hooks:
8
# this is just an example and not a requirement for provider building/publishing
@@ -51,5 +54,3 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
56
changelog:
- skip: false
-
0 commit comments