X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fdo-release-commit-and-tag;h=fa89e76db41a4ddd6efc3e25e30f36c65c5c72ef;hb=96ad9077d219395a644c2310421196b317c49d21;hp=8beca86874df6712fb229ebf20a880ff226dd69b;hpb=b2df8951c1e67798bd47d7c372b81459f0d6a583;p=gnulib.git diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-commit-and-tag index 8beca8687..fa89e76db 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=2012-07-05.15 # UTC +VERSION=2012-08-01.09 # UTC # Note: this is a bash script (could be zsh or dash) @@ -28,9 +28,6 @@ ME=$(basename "$0") warn() { printf '%s: %s\n' "$ME" "$*" >&2; } die() { warn "$*"; exit 1; } -noteworthy='* Noteworthy changes in release' -noteworthy_stub="$noteworthy ?.? (????-??-??) [?]" - help() { cat <