Auto-tag stable releases on version bump.
This commit is contained in:
parent
ca0273f9cd
commit
ce9644bed3
1
build.sh
1
build.sh
|
@ -15,6 +15,7 @@ if [ "$1" == "bump" ]; then
|
||||||
echo "Bumping to $VER"
|
echo "Bumping to $VER"
|
||||||
git add "$MANIFEST_IN"
|
git add "$MANIFEST_IN"
|
||||||
git commit -m "Version bump: $VER."
|
git commit -m "Version bump: $VER."
|
||||||
|
[[ $VER == *rc* ]] || "$0" tag
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
XPI_DIR="$BASE/xpi"
|
XPI_DIR="$BASE/xpi"
|
||||||
|
|
Loading…
Reference in New Issue