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

semver compat check #15

Open
gnunicorn opened this issue Aug 20, 2020 · 1 comment
Open

semver compat check #15

gnunicorn opened this issue Aug 20, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gnunicorn
Copy link
Contributor

additional "auto" mode for version-bumping that:

  • starting with a set of files (e.g. that changed in a github PR)
  • figure out deepest-dependency-first whether the version needs to be bumped, compared to what is released and bump accordingly (using semverver)

Note:

  • a major change in a dependency doesn't necessarily means more than a minor is needed for the dependent crate
  • pushing through major changes on types that are re-exported must be observed correctly
  • semverver is a nightly-only feature
  • this has to be feature gated and will only available on nightly for now
@drahnr
Copy link
Contributor

drahnr commented May 4, 2022

A notable entry to figure the versions out, might be to build upon https://github.com/rust-lang/rust-semverver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants