Skip to content

Commit bc48f74

Browse files
committed
Tweak release
1 parent e820258 commit bc48f74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ checksum:
4040
snapshot:
4141
name_template: "{{ .Tag }}-next"
4242

43+
release:
44+
# This prevents auto-publishing the release. You need to manually publish it.
45+
draft: true
46+
# Marks the release as not ready for production in case there's a tag indicator (e.g. -rc1)
47+
prerelease: auto
48+
4349
changelog:
4450
sort: asc
4551
filters:

0 commit comments

Comments
 (0)