Commit 6a01da19 by Francisco Giordano

add release push command

parent 3e33066d
......@@ -81,7 +81,10 @@ environment_check() {
environment_check
if [[ "$*" == "start minor" ]]; then
if [[ "$*" == "push" ]]; then
push_and_publish next
elif [[ "$*" == "start minor" ]]; then
log "Creating new minor pre-release"
assert_current_branch master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment