Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 542 Bytes

RELEASING.md

File metadata and controls

11 lines (8 loc) · 542 Bytes

To release a new version of Yarn

  • Make sure current master branch is green on Circle and Travis
  • make release-branch

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 tag v0.xx.1 to that commit
  • Push to origin git push origin 0.x-stable --follow-tags