Skip to content

Commit

Permalink
mods to add dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Aug 29, 2023
1 parent 8ad1877 commit fc88962
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,11 +1,5 @@
#!/bin/bash

# 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 ./supertokens/constants.go | grep -e 'const VERSION'`
while IFS='"' read -ra ADDR; do
Expand Down

0 comments on commit fc88962

Please sign in to comment.