This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push:
new 3acb5e0 publish go release directly on
cloudstack/terraform-provider-cloudstack
3acb5e0 is described below
commit 3acb5e018e6a3957e34ee0e9dcfd3f7093c24b46
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Aug 3 12:49:06 2021 +0530
publish go release directly on cloudstack/terraform-provider-cloudstack
Signed-off-by: Rohit Yadav <[email protected]>
---
.goreleaser.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 025b151..3de61da 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -55,8 +55,10 @@ checksum:
signs:
- artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output",
"${signature}", "--detach-sign", "${artifact}"]
- #release:
- # If you want to manually examine the release before its live, uncomment
this line:
-# draft: true
+release:
+ disable: false
+ github:
+ owner: cloudstack
+ name: terraform-provider-cloudstack
changelog:
skip: true