summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 14:36:22 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 14:36:22 -0400
commite8da0716fce0ac7cde6e3f843b4b152ecbf56a70 (patch)
tree7fd7a0a67d80b746ae1611d93a88e7895202c3cc /contrib
parent92058c8c7a7bb33602913f6f8afc9a34f2f9c5bc (diff)
Pre-release versioning
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cut-release4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/cut-release b/contrib/cut-release
index 03c8a3ed1..ed39da6e4 100755
--- a/contrib/cut-release
+++ b/contrib/cut-release
@@ -249,7 +249,7 @@ $dryrun || git tag "$version"
echo
andbranch=
-if git status -bs | grep -q '^## master\($\| *\)'; then
+if git status -bs | grep -q '^## master\($\| *\|\.\.\.\)'; then
if [ "$release" = 0 ]; then
echo "About to run: git branch \"$version.x\""
isthatright
@@ -273,6 +273,8 @@ echo "1. push to GitHub (don't forget to push master$andbranch and the $version
echo "2. upload source and binaries"
echo "3. advertise these packages"
echo "4. add a $version release and next-milestone to Bugzilla."
+echo "5. change $version to pre-release in master$andbranch"
+echo " (in configure.ac) and update library_versions and NEWS."
echo
trap '' EXIT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback