Skip to content

Commit

Permalink
Add support for pre-release
Browse files Browse the repository at this point in the history
Signed-off-by: Sajay Antony <[email protected]>
  • Loading branch information
sajayantony committed Sep 13, 2021
1 parent abd6366 commit e427ad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ archives:
files:
- LICENSE

release:
# auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
prerelease: auto

#signs:
# - artifacts: all
# args: ["--output", "${signature}", "--detach-sign", "--armor", "${artifact}"]
Expand Down

0 comments on commit e427ad8

Please sign in to comment.