From ad6245f3944c6f1fefab044fd4836c0a050b8871 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 16 Oct 2022 12:14:37 -0700 Subject: [PATCH] Include "buildall" flag in the release commit. --- packaging/release-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(" ") - 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') -- 2.47.2