Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 363 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 363 Bytes

Release Instructions (for project committers)

  • Run the tests: npm test
  • Update the version field in package.json to the version you want to cut.
  • Commit: git commit -s -S -m "Release <version>."
  • Create the git tag: git tag -a -s -m "Release <version>." <version>
  • Push commit and tag: git push --follow-tags
  • Publish to NPM: npm publish