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

fix: Ensures provided packageFiles arguments are merged with bumpFiles when no bumpFiles argument is specified (default). #534

Merged
merged 1 commit into from Oct 19, 2021

Commits on Oct 19, 2021

  1. fix: Ensures provided packageFiles arguments are merged with `bumpF…

    …iles` when no `bumpFiles` argument is specified (default).
    
    - Merges `packageFiles` with `defaults.bumpFiles` before merging in arguments when a `packageFile` argument is present.
    - Adds some simple "validation" to updaters and improves error messaging.
    - Adds a test case covering #533
    
    closes #533
    jbottigliero committed Oct 19, 2021
    Copy the full SHA
    97af9a8 View commit details
    Browse the repository at this point in the history