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 42124c0 commit 490ad93Copy full SHA for 490ad93
addDevTag
@@ -1,11 +1,5 @@
1
#!/bin/bash
2
3
-# check if we need to merge master into this branch------------
4
-if [[ $(git log origin/master ^HEAD) ]]; then
5
- echo "You need to merge master into this branch. Exiting"
6
- exit 1
7
-fi
8
-
9
# get version------------
10
version=`cat package.json | grep -e '"version":'`
11
while IFS='"' read -ra ADDR; do
0 commit comments