From 5c3f93c1d666bfbf19ef459743c3c2256aed1800 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 4 May 2011 12:22:12 +0100 Subject: [PATCH] do-release-commit-and-tag: add option to specify branch * build-aux/do-release-commit-and-tag: Add --branch. --- ChangeLog | 5 +++++ build-aux/do-release-commit-and-tag | 20 +++++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88875b8ed..8e9dd2ba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-04 Reuben Thomas + + Add option to do-release-commit-and-tag to specify branch. + * build-aux/do-release-commit-and-tag: Add --branch. + 2011-05-03 Bruno Haible Avoid unnecessary compilation units, through conditional dependencies. diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-commit-and-tag index ca89bdc9d..b1eaf8800 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 <