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
Copied from original issue: yarnpkg/yarn#3750