Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Dec 9, 2021
1 parent fb61708 commit ce30d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e

git checkout master
git fetch --tags --all
git pull

LATEST_TAG=`git describe --tags --abbrev=0`
read -p "The last tag was: ${LATEST_TAG}, what tag should I create? " TAG;
Expand Down

0 comments on commit ce30d82

Please sign in to comment.