From: Chris Koeritz Date: Fri, 22 May 2020 22:28:35 +0000 (-0400) Subject: updated version and minor improvement X-Git-Tag: 2.140.118^2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f66756e4751464a974da8500e0f5e5f7125467ec updated version and minor improvement --- diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index 21aec05f..0edd66d7 100644 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -3,7 +3,7 @@ # specifies the version of the code that is being constructed here. major=2 minor=140 -revision=117 +revision=118 build=420 # specifies the remainder of the version record info. diff --git a/scripts/rev_control/quick_git_release.sh b/scripts/rev_control/quick_git_release.sh index bb914da1..654b0aba 100644 --- a/scripts/rev_control/quick_git_release.sh +++ b/scripts/rev_control/quick_git_release.sh @@ -94,11 +94,16 @@ echo merging in from release branch to dev--hit enter read line git merge --no-ff $new_release exit_on_error merging the release changes into the dev branch +echo pushing merged dev branch up + git push + exit_on_error pushing merged dev branch up + + # done with the serious actions. + echo -e '\ncompleted the release of version $new_version\n' + # back to where we started. popd } - make_new_feisty_meow_release "$1" -