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

Teach update-dependency about more range specifiers and make it adopt the current range for any tag #7709

Merged
merged 1 commit into from Jan 2, 2020

Commits on Dec 30, 2019

  1. Teach update-dependency about more range specifiers and make it adopt…

    … the current range for any tag.
    
    Currently there is a special case to adopt the existing range specifier if the upgraded range is ‘latest’. This extends this special case for any upgrade to a tag version. This also allows for range specifiers of =, <, >, <=, and >=.
    
    This fixes a bug where updating to ^latest generates a spec of ^^latest in the current version.
    jasongrout committed Dec 30, 2019
    Copy the full SHA
    de44e89 View commit details
    Browse the repository at this point in the history