Skip to content

Commit

Permalink
ensure checkout of mater not dev
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed May 9, 2021
1 parent 12183d3 commit 6958b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAJOR=`echo -n $LASTVER | sed "s/\.[0-9]*$//"`
NEWMINOR=$((MINOR + 1))
NEWVER="$MAJOR.$NEWMINOR"
echo "Building and tagging release $NEWVER"
git checkout master
git tag -a "$NEWVER" -m "Release $NEWVER"
git push --tags
cd /tmp
Expand Down

0 comments on commit 6958b1e

Please sign in to comment.