auto commit version number

This commit is contained in:
ntr 2020-01-14 09:27:53 +10:00
parent 92c0921254
commit e7e8e39acb

View File

@ -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"