Browse Source

update the stable tag for releases

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
22cd0d5ce4
  1. 4
      .release.sh

4
.release.sh

@ -55,7 +55,9 @@ echo "New version will be tagged ${VERSIONSTR}. If this is correct, hit enter to
read
hg commit "${BASEDIR}/CHANGELOG" -m "Releasing ${VERSIONSTR}."
hg tag "${VERSIONSTR}"
TIPREV=`hg id -i`
hg tag -r "$TIPREV" "${VERSIONSTR}"
hg tag -f -r "$TIPREV" "stable"
hg push
echo "You successfully released ${VERSIONSTR}!"

Loading…
Cancel
Save