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

A new PreRelease Sensitity Level for semver #1149

Open
jouve opened this issue Feb 7, 2025 · 0 comments
Open

A new PreRelease Sensitity Level for semver #1149

jouve opened this issue Feb 7, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@jouve
Copy link

jouve commented Feb 7, 2025

<!-- Please only use this template for submitting feature requests -->

What would you like to be added:

Add a new Pre Release Sensitivity level for semver.

The behavior of "Patch" would change to upgrade only to non pre-release versions
and the new PreRelease sensitity would behave like Patch currently does.

Why is this needed:

When upgrading with the patch sensitivity, I don't expect to fetch pre-releases.

other tools have such flags:
helm

      --devel                                      use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored

or poetry has

--allow-prereleases: Accept prereleases.
@jouve jouve added kind/feature Categorizes issue or PR as related to a new feature. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

1 participant