release: switch to use rc branches

This commit is contained in:
rkiel
2017-09-23 08:35:52 -04:00
parent 1a8a325eba
commit 0655354134
8 changed files with 73 additions and 16 deletions

View File

@@ -15,13 +15,13 @@ module Release
subcommand, version, *extras = *argv
validate_version_format version
validate_current_branch_master
git_pull current_branch
validate_version_is_new version
git_local_tag version
git_local_tag release_tag_from_version(version)
git_push_tags