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

Allow pre-release CLI versions #458

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

jribbink
Copy link
Contributor

@jribbink jribbink commented Oct 27, 2023

Closes #446

Description


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@jribbink jribbink requested a review from nialexsan October 27, 2023 22:44
@jribbink jribbink merged commit 50c2b43 into master Oct 27, 2023
8 checks passed
@jribbink jribbink deleted the jribbink/semver-prerelease branch October 27, 2023 23:50
@@ -100,7 +100,9 @@ export class InstallFlowCLI extends Installer {
const version = vsn ?? await flowVersion.getValue(true)
if (version === null) return false

if (!semver.satisfies(version, COMPATIBLE_FLOW_CLI_VERSIONS)) {
if (!semver.satisfies(version, COMPATIBLE_FLOW_CLI_VERSIONS, {
includePrerelease: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

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

Successfully merging this pull request may close these issues.

Not Compatible with Stable Cadence
3 participants