bin/bump-version.sh in docman-0.0.41 vs bin/bump-version.sh in docman-0.0.42
- old
+ new
@@ -86,10 +86,11 @@
echo "version: $TAG" >> info.yaml
git add info.yaml
if [ -n "$2" ] && [ "$2" == "skip" ]; then
git commit -m "[skip] Changed tag to: $TAG" & git push -u origin ${BRANCH}
else
- git commit -m "Changed tag to: $TAG" & git push -u origin ${BRANCH}
+ git commit -m "Changed tag to: $TAG"
+ git push -u origin ${BRANCH}
fi
git checkout master
echo ${TAG}
fi