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

Skip minor updates #3101

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

mrixner
Copy link
Contributor

@mrixner mrixner commented Dec 20, 2024

  • I have read the contributing guidelines, and I agree with the Code of Conduct.
  • Have you checked that there aren't other open pull requests for the same changes?
  • Have you tested that the committed code can be executed without errors?
  • This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.
    Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. I appreciate your understanding.

This PR makes the user able to skip minor updates for a package in the installation options. Minor updates are determined as the "z" portion (or "z#w" in the case of vcpkg) of two versions "x.y.z{#w}" differing. If "x" or "y" differ, it will not be counted as a minor upgrade, as well as if there aren't three parts of a version for both.

This also fixes an issue where vcpkg installation options files would use the wrong name.
image

Closes #2927

@marticliment
Copy link
Owner

Will check later today or tomorrow

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.

[FEATURE REQUEST] Add option per package to only skip minor versions
2 participants