Skip to content

Commit

Permalink
goreleaser changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishwa Shrestha committed Sep 14, 2020
1 parent 3388675 commit 7a9ed84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7a9ed84

Please sign in to comment.