fixup! feat: configure goreleaser to mark releases as pre-release (#305)

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-29 15:25:07 +01:00
parent 7afdc7a3ee
commit 022398399f
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0

View File

@ -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