From e76faf64b055c58ad60a1d12a2a05a6b3876f5f6 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sat, 19 Jan 2019 10:13:08 +0100 Subject: [PATCH] Auto push version bumps when publishing --- bin/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/publish.sh b/bin/publish.sh index 9c918262..e4977601 100755 --- a/bin/publish.sh +++ b/bin/publish.sh @@ -40,7 +40,7 @@ if [ -n "$(GITHUB_URL)" ]; then fi if git is-dirty; then - git commit -m "Bump to $VERSION" + git commit -m "Bump to $VERSION" package.json git tag "v$VERSION" git push-current git push --tags