From 7a9ed84efe0c750e7cf7df082fc51c6eb2b3a1f5 Mon Sep 17 00:00:00 2001 From: Bishwa Shrestha Date: Mon, 14 Sep 2020 23:26:12 +0200 Subject: [PATCH] goreleaser changes --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4fa9529..d5fba0d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,8 +2,8 @@ # behavior. before: hooks: - # this is just an example and not a requirement for provider building/publishing - - go mod tidy + - go mod download + - go generate ./... builds: - env: # goreleaser does not work with CGO, it could also complicate @@ -43,6 +43,7 @@ signs: - "--detach-sign" - "${artifact}" release: + prerelease: auto # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: