From 59473992c4032226ab023715059e140ff12f1176 Mon Sep 17 00:00:00 2001 From: Ronald Jack Jenkins Jr Date: Sun, 30 Jul 2017 23:41:04 -0400 Subject: [PATCH] Push release commit back to master --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d1859fb..d8f6106 100644 --- a/deploy.sh +++ b/deploy.sh @@ -14,7 +14,8 @@ git config --global user.name "Ronald Jack Jenkins Jr." POM_VERSION=$(cat .version | xargs) 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 push origin "$POM_VERSION"