Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 1fe5304

Browse files
committed
Remove draft from releases prevents publishing
Signed-off-by: Kemal Akkoyun <[email protected]>
1 parent ee7ef08 commit 1fe5304

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.goreleaser-snapshot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ release:
7070
github:
7171
owner: meltwater
7272
name: drone-cache
73-
prerelease: auto # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
74-
draft: true # we want human in the loop
73+
prerelease: true
7574
changelog:
7675
sort: asc
7776
filters:

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ release:
7272
owner: meltwater
7373
name: drone-cache
7474
prerelease: auto # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
75-
draft: true # we want human in the loop
7675
changelog:
7776
sort: asc
7877
filters:

0 commit comments

Comments
 (0)