0

Push release commit back to master

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 23:41:04 -04:00
parent 7bbf598189
commit 59473992c4

View File

@@ -14,7 +14,8 @@ git config --global user.name "Ronald Jack Jenkins Jr."
POM_VERSION=$(cat .version | xargs) POM_VERSION=$(cat .version | xargs)
git add pom.xml README.md git add pom.xml README.md
git commit -m "Committing release $POM_VERSION" git commit -m "Committing release $POM_VERSION [skip ci]"
git push
git tag "$POM_VERSION" git tag "$POM_VERSION"
git push origin "$POM_VERSION" git push origin "$POM_VERSION"