From 7929ea82110585f57ac575852d0a22a514c954fb Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 21 May 2019 13:48:56 -0300 Subject: [PATCH] Ajuste final em release.sh --- release.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release.sh b/release.sh index 3fbc5840a..8dea8c04d 100755 --- a/release.sh +++ b/release.sh @@ -85,17 +85,17 @@ case "$1" in --major) set_major_version echo "generating major release: "$FINAL_VERSION - git tag $FINAL_VERSION + # git tag $FINAL_VERSION change_files - # commit_and_push + commit_and_push exit 0 ;; --rc) set_rc_version echo "generating release candidate: "$FINAL_VERSION - git tag $FINAL_VERSION + # git tag $FINAL_VERSION change_files - # commit_and_push + commit_and_push exit 0 ;; --undo)