You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
Currently we can either pin the Flyway CLI to a specific version or always download the latest one. It would be nice if we could pin to major or minor versions using the npm version syntax.
Examples:
Always download the latest 8.5.x patch release: 8.5 or 8.5.x or ~8.5.9
Always download the latest 8.x minor release: 8 or 8.x or ^8.5.9