From 5c3f93c1d666bfbf19ef459743c3c2256aed1800 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 4 May 2011 12:22:12 +0100 Subject: do-release-commit-and-tag: add option to specify branch * build-aux/do-release-commit-and-tag: Add --branch. --- build-aux/do-release-commit-and-tag | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'build-aux/do-release-commit-and-tag') diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-commit-and-tag index ca89bdc9db..b1eaf8800e 100755 --- a/build-aux/do-release-commit-and-tag +++ b/build-aux/do-release-commit-and-tag @@ -3,7 +3,7 @@ # controlled .prev-version file, automate the procedure by which we record # the date, release-type and version string in the NEWS file. That commit # will serve to identify the release, so apply a signed tag to it as well. -VERSION=2010-06-07.07 # UTC +VERSION=2011-05-04.11 # UTC # Note: this is a bash script (could be zsh or dash) @@ -32,7 +32,7 @@ help_version() { case $1 in --help) cat <