commit 433e99d4e7be0c9c9a234e43f07e7d30fc80837c parent 1cee47a91e972db32893fccf377cf0d85a43dd91 Author: Florian Dold <florian@dold.me> Date: Tue, 6 May 2025 23:42:56 +0200 script to bump versions Diffstat:
| M | contrib/bump-taler-version.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contrib/bump-taler-version.sh b/contrib/bump-taler-version.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# This file is in the public domain. set -eu if [ $# != 1 ]; then @@ -7,6 +8,7 @@ if [ $# != 1 ]; then exit -1 fi +PACKAGE=taler-exchange VERSION="$1" DATE="$(date -R)" GIT_USER="$(git config user.name)" @@ -33,7 +35,7 @@ function debian_changelog { updated debian/changelog || return 0 cat <<EOF > ./debian/changelog.tmp -taler-exchange (${VERSION}) unstable; urgency=low +$PACKAGE (${VERSION}) unstable; urgency=low * Release ${VERSION}.