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

Avoid downgrading release-it / release-it-lerna-changelog. #36

Merged
merged 2 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    b900cd2 View commit details
    Browse the repository at this point in the history
  2. Avoid downgrading release-it / release-it-lerna-changelog.

    When the project that we are runnign against has a newer version of
    `release-it` or `release-it-lerna-changelog` we would always downgrade
    their specified version to whatever we have specified in our own
    `devDependencies`.
    
    This is pretty bad behavior, and has been fixed. Now if the project
    defines a dev dependency that is _newer_ than our range, we use it
    directly.
    rwjblue committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    91282b1 View commit details
    Browse the repository at this point in the history