mirror of
https://github.com/encounter/yarn.git
synced 2026-03-30 11:43:44 -07:00
542 B
542 B
To release a new version of Yarn
To patch existing version of Yarn
- Switch to released branch
get checkout 0.x-stable, e.g 0.7-stable - Cherry-pick fixes from master branch
- Tag the new release
npm version patch, it will create a commit with changed package.json and tagv0.xx.1to that commit - Push to origin
git push origin 0.x-stable --follow-tags