Commit 0f234980 authored by Leo Iannacone's avatar Leo Iannacone

update bump version script with History

parent ec04d899
...@@ -20,7 +20,7 @@ if [ "$y" == "y" -o "$y" == "Y" ] ; then ...@@ -20,7 +20,7 @@ if [ "$y" == "y" -o "$y" == "Y" ] ; then
echo -n "Do git-commit? [y/N] " echo -n "Do git-commit? [y/N] "
read y read y
if [ "$y" == "y" -o "$y" == "Y" ] ; then if [ "$y" == "y" -o "$y" == "Y" ] ; then
git commit -m "Bumped version ${VERSION}" ${PACKAGE} git commit -m "Bumped version ${VERSION}" ${PACKAGE} History.md
y='n' y='n'
echo -n "Do git-tag? [y/N] " echo -n "Do git-tag? [y/N] "
read y read y
......
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