Skip to content

_frontend/cli.py: Update default min-version for bst init - #2175

Merged
juergbi merged 1 commit into
masterfrom
jbilleter/2.8
Aug 17, 2026
Merged

_frontend/cli.py: Update default min-version for bst init#2175
juergbi merged 1 commit into
masterfrom
jbilleter/2.8

Conversation

@juergbi

@juergbi juergbi commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This is implicitly required by tests after creating the 2.8.0.dev0 tag.

This is implicitly required by tests after creating the 2.8.0.dev0 tag.
@nathanwilliams-ct

Copy link
Copy Markdown
Contributor

LGTM

@click.option(
"--min-version",
type=click.STRING,
default="2.7",

@nathanwilliams-ct nathanwilliams-ct Aug 17, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the test, is it worth adding a memo, along the lines of:

assert project_conf.get_str("min-version") == get_default_min_version(), 'project min version does not equal default min version. If this is failing and repository was recently tagged, a version update PR is required for this test to pass again.'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, or maybe we can find a way to streamline the process. But let's handle this outside of this minimal update, after the final 2.8.0 release.

@nathanwilliams-ct nathanwilliams-ct Aug 17, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed, getting the CI working again is priority.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2177 created this as a follow-up.

@juergbi
juergbi merged commit 97d5e4a into master Aug 17, 2026
18 checks passed
@juergbi
juergbi deleted the jbilleter/2.8 branch August 17, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants