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

Enforce references for whippet dependencies #7

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Enforce references for whippet dependencies

    As part of the work to automate plugin updates, we want to ensure that
    we don't accidentally deploy a breaking change when running `whippet
    deps update`. The best way to do this currently is to pin all plugins to
    a specific git reference (normally the major version tag for the current
    release).
    
    This change ensures that the workflow will fail if a file in
    `whippet.json` does not have a reference specified.
    
    See dxw/whippet#245 for where this feature was
    added to Whippet.
    RobjS committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    97883d2 View commit details
    Browse the repository at this point in the history