summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index de5ea0c..a43a66a 100644
--- a/build.sh
+++ b/build.sh
@@ -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"