We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @Daniel15 on June 28, 2017 21:56
https://github.com/yarnpkg/releases/commits/gh-pages
There's a bunch of "Automated upgrade to Yarn 0.24.6" commits. In fact, only one of these is 0.24.6, all the others are newer RC versions
The issue is that update-and-push.sh always includes the latest stable version number in the commit message, even when an RC is being added: https://github.com/yarnpkg/releases/blob/gh-pages/update-and-push.sh#L13,L15
update-and-push.sh
Copied from original issue: yarnpkg/yarn#3750
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @Daniel15 on June 28, 2017 21:56
https://github.com/yarnpkg/releases/commits/gh-pages
There's a bunch of "Automated upgrade to Yarn 0.24.6" commits. In fact, only one of these is 0.24.6, all the others are newer RC versions
The issue is that
update-and-push.sh
always includes the latest stable version number in the commit message, even when an RC is being added: https://github.com/yarnpkg/releases/blob/gh-pages/update-and-push.sh#L13,L15Copied from original issue: yarnpkg/yarn#3750
The text was updated successfully, but these errors were encountered: