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

Make Whippet respect semver constraints #160

Open
RobjS opened this issue Jul 13, 2021 · 0 comments
Open

Make Whippet respect semver constraints #160

RobjS opened this issue Jul 13, 2021 · 0 comments

Comments

@RobjS
Copy link
Contributor

RobjS commented Jul 13, 2021

Currently, Whippet can either:

a) Just install the latest available version of a given plugin; or
b) Install a single specific version (based on git tag) of a specific plugin.

It would be very useful to be able to use semver constraints in whippet.json, so that we could e.g. specify a particular major version, allowing minor version updates when whippet deps update is run, with an alert if a new major version is available. The new major version would only be installed if the constraints in whippet.json were updated to allow that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants