Include "buildall" flag in the release commit.
authorWayne Davison <wayne@opencoder.net>
Sun, 16 Oct 2022 19:14:37 +0000 (12:14 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 16 Oct 2022 19:14:46 +0000 (12:14 -0700)
packaging/release-rsync

index 9603fd10ad6fbcc5b4151321981b38abafb47930..511e90f1ed3fc0ce98057c44986a50f1cc28e666 100755 (executable)
@@ -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')