From ce9644bed39e02e204edd930c12fd09048ee0a27 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sat, 28 Jul 2018 12:49:09 +0200 Subject: [PATCH] Auto-tag stable releases on version bump. --- build.sh | 1 + 1 file changed, 1 insertion(+) 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"