Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Release Procedures.

Blake Winton edited this page Mar 1, 2019 · 1 revision

How to generate a new release:

  • Bump the version in package.json.
  • Re-generate the files. npm run build
  • git commit -a -m "Bump the version and release."
  • git tag vX.Y.Z
  • git push && git push --tags
  • (Maybe npm login) npm publish
  • Go to github, and draft a new release…
Clone this wiki locally