bin/bump-version.sh in docman-0.0.18 vs bin/bump-version.sh in docman-0.0.19
- old
+ new
@@ -75,9 +75,9 @@
git clean -f -d
fi
echo "type: tag" > info.yaml
echo "version: $TAG" >> info.yaml
git add -A
- git commit -m "[skip] Changed tag to: $TAG" & git push origin ${BRANCH}
- git checkout -
+ git commit -m "[skip] Changed tag to: $TAG" & git push -u origin ${BRANCH}
+ #git checkout -
echo ${TAG}
fi