We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2b17f commit 6b443b2Copy full SHA for 6b443b2
bumpup.sh
@@ -5,5 +5,5 @@ NEW_VER=$(($VER + 1))
5
echo "current version: $VER, new version: $NEW_VER"
6
sed -i "s/$VERSION_STRING $VER$/$VERSION_STRING $NEW_VER/" server.js
7
8
-# git commit -am "bumpup to $NEW_VER"
9
-# git push public
+git commit -am "bumpup to $NEW_VER"
+git push public
0 commit comments