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(cli): correct the cli's dev version to match semver spec #4458

Merged
merged 1 commit into from May 18, 2022

Conversation

edvardchen
Copy link
Contributor

@edvardchen edvardchen commented May 16, 2022

What's the problem this PR addresses?

citgm will check the yarn version during installation step. And yarn cli's dev version is x.x.x.dev which can't be recognized by semver

So I would like to change it to x.x.x-dev

The related PR of citgm is nodejs/citgm#905

How did you fix it?

change the cli dev version format to x.x.x-dev
...

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

Copy link
Member

@merceyz merceyz left a comment

Choose a reason for hiding this comment

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

LGTM

@arcanis arcanis merged commit 55c65c8 into yarnpkg:master May 18, 2022
@paul-soporan paul-soporan mentioned this pull request Jun 27, 2022
3 tasks
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.

None yet

3 participants