Skip to content

Commit f2a1579

Browse files
committed
Use draft releases for Drone
This gives us a chance to review it and add notes.
1 parent 6dd5e51 commit f2a1579

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.drone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ steps:
4545
api_key:
4646
from_secret: github_token
4747
files: release/*.tar.gz
48+
draft: true
4849
when:
4950
event: tag
5051

@@ -113,6 +114,7 @@ steps:
113114
api_key:
114115
from_secret: github_token
115116
files: release/*.tar.gz
117+
draft: true
116118
when:
117119
event: tag
118120

@@ -164,6 +166,7 @@ steps:
164166
api_key:
165167
from_secret: github_token
166168
files: release/*.tar.gz
169+
draft: true
167170
when:
168171
event: tag
169172

@@ -231,6 +234,7 @@ steps:
231234
api_key:
232235
from_secret: github_token
233236
files: release/*.tar.gz
237+
draft: true
234238
when:
235239
event: tag
236240

@@ -282,6 +286,7 @@ steps:
282286
api_key:
283287
from_secret: github_token
284288
files: release/*.tar.gz
289+
draft: true
285290
when:
286291
event: tag
287292

@@ -349,5 +354,6 @@ steps:
349354
api_key:
350355
from_secret: github_token
351356
files: release/*.tar.gz
357+
draft: true
352358
when:
353359
event: tag

0 commit comments

Comments
 (0)