Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Mar 21, 2024
1 parent 11e43c9 commit b04e456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ echo

echo -ne "\033[32m✔\033[0m "
echo "All looks good, ready to tag and commit!"
echo -n ❯ git tag $FRIENDS_VERSION
read
git tag $FRIENDS_VERSION
echo -n ❯ git push
read
git push
echo -n ❯ git tag $FRIENDS_VERSION
read
git tag $FRIENDS_VERSION
echo -n ❯ git push origin $FRIENDS_VERSION
read
git push origin $FRIENDS_VERSION
Expand Down

0 comments on commit b04e456

Please sign in to comment.