We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a0ba5 commit c7864feCopy full SHA for c7864fe
deploy.sh
@@ -1,8 +1,9 @@
1
branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
2
+CURRENT_VERSION=$(node -p "require('./package.json').version")
3
4
git add .
5
-git commit -m "$@"
6
+git commit -m "$@ (v$CURRENT_VERSION)"
7
8
echo ===================================================
9
echo Pushing to github branch $branch ...
0 commit comments