bin/bump-version.sh in docman-0.0.27 vs bin/bump-version.sh in docman-0.0.28

- old
+ new

@@ -37,11 +37,11 @@ echo "" >> tmpfile cat CHANGES >> tmpfile mv tmpfile CHANGES git add CHANGES VERSION git commit -m "[skip] Version bump to $INPUT_STRING" - git tag -a -m "Tagging version $INPUT_STRING" "$INPUT_STRING" + git tag -a -m "[skip] Tagging version $INPUT_STRING" "$INPUT_STRING" git push origin --tags git push else echo "Could not find a VERSION file" read -p "Do you want to create a version file and start from scratch? [y]" RESPONSE @@ -56,10 +56,10 @@ git log --pretty=format:" - %s" >> CHANGES echo "" >> CHANGES echo "" >> CHANGES git add VERSION CHANGES git commit -m "[skip] Added VERSION and CHANGES files, Version bump to 0.1.0" - git tag -a -m "Tagging version 0.1.0" "0.1.0" + git tag -a -m "[skip] Tagging version 0.1.0" "0.1.0" git push origin --tags git push fi TAG="0.1.0" fi