[go: up one dir, main page]

Menu

[f3709a]: / update-tags  Maximize  Restore  History

Download this file

10 lines (9 with data), 192 Bytes

#!/bin/sh
RELEASE="$1"
if [ -z "$RELEASE" ] ; then
	echo "You forgot the version number" >&2
	exit 1
fi
[ -n "$2" ] && REVISION="-r $2"
bzr tag --force stable
bzr tag --force roxterm-$RELEASE