Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 966 Bytes

File metadata and controls

18 lines (16 loc) · 966 Bytes

Scooch Release Checklist

Take this checklist and paste it into your release PR. Ensure steps are followed in order.

  • Make sure JS linting passes with grunt lint
  • Increment the version in package.json.
  • Update CHANGELOG.
    • Describe large internal changes or anything that will affect users.
  • Branch off develop and create a release-X.X.X branch.
  • Commit and push up your changes to package.json and CHANGELOG.
  • Open a release PR from your new release-X.X.X branch into master
  • Get your PR reviewed and +1'ed
  • Merge this release branch into master and tag it. Delete release branch.
  • Publish a new GitHub release from the new tag.
  • Merge master into develop.
  • Update your local: git pull.
  • Release on npm: npm publish