This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/bst-init-2.6 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8f2ddc73d14fb4983001a814944d658a733cb99c Author: Jürg Billeter <[email protected]> AuthorDate: Fri Oct 3 12:35:23 2025 +0800 _frontend/cli.py: Update default min-version for `bst init` This is implicitly required by adding the 2.6.0.dev0 tag. --- src/buildstream/_frontend/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py index 6cf2e187d..77f3f118b 100644 --- a/src/buildstream/_frontend/cli.py +++ b/src/buildstream/_frontend/cli.py @@ -419,7 +419,7 @@ def help_command(ctx, command): @click.option( "--min-version", type=click.STRING, - default="2.5", + default="2.6", show_default=True, help="The required format version", )
