forked from typedb/typedb-dependencies
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a parameter in deploy_github that allows for creating both a dra…
…ft as well as a published release (typedb#269) ## What is the goal of this PR? We have added a `draft` parameter to `deploy_github`. If it is set to `True`, the rule will create a release that is marked as draft. When set to `False`, the release will be immediately published. This is an improvement of the existing behaviour, in which you can only create a draft release. ## What are the changes implemented in this PR? - Implement the `draft` field - Refactor the rule and `deploy.py` template
- Loading branch information
Ganeshwara Hananda
authored
Nov 23, 2020
1 parent
3e8b2a4
commit b20acf9
Showing
2 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters