updated version and minor improvement release-2.140.118
authorChris Koeritz <fred@gruntose.com>
Fri, 22 May 2020 22:28:35 +0000 (18:28 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 22 May 2020 22:28:35 +0000 (18:28 -0400)
production/feisty_meow_config.ini
scripts/rev_control/quick_git_release.sh

index 21aec05f30f0fe2da8ea22407fa01b1ab1f598ca..0edd66d7c0e7cf08f90b6366ea994aab06b4b28c 100644 (file)
@@ -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.
index bb914da1d8ad533fc5e0cf745a74b826660b8170..654b0aba854dbee9c4dee073738293eaecacfd16 100644 (file)
@@ -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"
 
-