summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-10-16 12:14:37 -0700
committerWayne Davison <wayne@opencoder.net>2022-10-16 12:14:46 -0700
commitad6245f3944c6f1fefab044fd4836c0a050b8871 (patch)
treea7b4ab7fa25a8c43d82dc92dedea9e747ba4afd3
parentca980b5863a91678a0777999381f1c0cabdb115e (diff)
downloadrsync-ad6245f3944c6f1fefab044fd4836c0a050b8871.tar.gz
Include "buildall" flag in the release commit.
-rwxr-xr-xpackaging/release-rsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/release-rsync b/packaging/release-rsync
index 9603fd10..511e90f1 100755
--- a/packaging/release-rsync
+++ b/packaging/release-rsync
@@ -256,7 +256,7 @@ About to:
""")
ans = input("<Press Enter OR 'y' to continue> ")
- s = cmd_run(['git', 'commit', '-a', '-m', f'Preparing for release of {version}'])
+ s = cmd_run(['git', 'commit', '-a', '-m', f'Preparing for release of {version} [buildall]'])
if s.returncode:
die('Aborting')