Auto-tag stable releases on version bump.

This commit is contained in:
hackademix 2018-07-28 12:49:09 +02:00
parent ca0273f9cd
commit ce9644bed3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [ "$1" == "bump" ]; then
echo "Bumping to $VER"
git add "$MANIFEST_IN"
git commit -m "Version bump: $VER."
[[ $VER == *rc* ]] || "$0" tag
exit 0
fi
XPI_DIR="$BASE/xpi"