Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically bump version during template update #3449

Open
edmundmiller opened this issue Feb 10, 2025 · 1 comment
Open

Automatically bump version during template update #3449

edmundmiller opened this issue Feb 10, 2025 · 1 comment

Comments

@edmundmiller
Copy link
Contributor

edmundmiller commented Feb 10, 2025

When a new Template gets released, the pipeline semver should match the tools semver bump.

So for example:

Template Update Pipeline Version
2.10.0 => 3.0.0 3.16.0 => 4.0.0
3.0.0 => 3.1.0 3.16.1 => 3.17.0
3.0.0 => 3.0.1 3.16.1 => 3.16.2

We should automate this bumping during the PRs somehow and nudge the developers to cut a release if it's past 1.0.0

@mashehu
Copy link
Contributor

mashehu commented Feb 10, 2025

Nope, because the template might not have breaking changes, so it would still be used in the same way as before. E.g. The big change with 3.0.0 was modularity, the TUI and the new pipelines subcommand. Nothing changed for the pipelines themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants