Add CircleCI deployment for release candidate
This commit is contained in:
@@ -40,3 +40,7 @@ deployment:
|
|||||||
tag: /v[0-9]+(\.[0-9]+)*/
|
tag: /v[0-9]+(\.[0-9]+)*/
|
||||||
commands:
|
commands:
|
||||||
- ./circle/make_draft.sh
|
- ./circle/make_draft.sh
|
||||||
|
release-candidate:
|
||||||
|
tag: /v[0-9]+(\.[0-9]+)*-rc[0-9]*/
|
||||||
|
commands:
|
||||||
|
- ./circle/make_draft.sh
|
||||||
|
Reference in New Issue
Block a user