Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 440 Bytes

developers_guide.md

File metadata and controls

14 lines (10 loc) · 440 Bytes

Developers Guide

Releasing

Currently we release this project by hand.

Steps

  • Write a changelog file
  • Add a link to doc/changes/changelog.md
  • Update the version in package.json
  • Run npm login. The credentials can be found in Keeper.
  • Run npm run clean && npm test && npm run build && npm publish --access public
  • Make a new release on GitHub