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 bb2252d commit 2c02a87Copy full SHA for 2c02a87
addDevTag
@@ -1,8 +1,8 @@
1
# check if we need to merge master into this branch------------
2
-if [[ $(git log origin/master ^HEAD) ]]; then
3
- echo "You need to merge master into this branch. Exiting"
4
- exit 1
5
-fi
+# if [[ $(git log origin/master ^HEAD) ]]; then
+# echo "You need to merge master into this branch. Exiting"
+# exit 1
+# fi
6
7
# get version------------
8
version=`cat package.json | grep -e '"version":'`
0 commit comments