This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/bst-init-2.7 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit cff15ffddca1aad97b9806222f1ae7a88bf200c1 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Feb 20 13:26:19 2026 +0100 _frontend/cli.py: Update default min-version for `bst init` This is implicitly required by tests after creating the 2.7.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 4986d6183..d98ba0e03 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.6", + default="2.7", show_default=True, help="The required format version", )
