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

Latest commit

 

History

History
16 lines (14 loc) · 942 Bytes

File metadata and controls

16 lines (14 loc) · 942 Bytes

Pinny Release Checklist

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

  • Tests pass in the terminal and in supported browsers.
    • See README for list of supported browsers.
    • See README for instructions on how to run these tests.
  • Branch off develop and create a release-X.X.X branch.
  • Increment the version in package.json and bower.json.
  • Update CHANGELOG.
    • Describe large internal changes or anything that will affect users.
  • Merge this release branch into master and tag it. Delete release branch.
  • Merge master into develop.
  • Publish a new GitHub release/tag.
  • Publish the new version to npm by running npm publish.