Skip to content

Commit

Permalink
Update add dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Sep 4, 2023
1 parent bd6b523 commit 1a356ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions addDevTag
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# check if we need to merge master into this branch------------
if [[ $(git log origin/master ^HEAD) ]]; then
echo "You need to merge master into this branch. Exiting"
exit 1
fi

# get version------------
version=`cat package.json | grep -e '"version":'`

Expand Down

0 comments on commit 1a356ac

Please sign in to comment.