Skip to content

Commit

Permalink
fixup! feat: configure goreleaser to mark releases as pre-release (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed May 29, 2024
1 parent 7afdc7a commit 0223983
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ builds:
- linux
- darwin

# marks the release as pre-release
# marks the release as draft
# this is to prevent noise until we have a stable 2.x
prerelease: true
release:
draft: true

changelog:
sort: asc
Expand Down

0 comments on commit 0223983

Please sign in to comment.