From e7e8e39acbb52e9be7178bde7f8dd1a0b535499c Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 14 Jan 2020 09:27:53 +1000 Subject: [PATCH] auto commit version number --- bin/version.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/version.sh b/bin/version.sh index 673f5e76..d659bd40 100755 --- a/bin/version.sh +++ b/bin/version.sh @@ -15,3 +15,5 @@ cd $MNML_PATH/ops && npm --allow-same-version --no-git-tag-version version "$VER cd $MNML_PATH/client && npm --allow-same-version --no-git-tag-version version "$VERSION" cd $MNML_PATH/acp && npm --allow-same-version --no-git-tag-version version "$VERSION" cd $MNML_PATH/studios && npm --allow-same-version --no-git-tag-version version "$VERSION" + +git commit -am "v$VERSION" \ No newline at end of file