Skip to content
JinGyeong Jeong edited this page Apr 26, 2019 · 1 revision

How to deploy

  1. Bump the version(version is in the package.json)
    • Compatible with the previous version : increase the minor version
    • Not compatible with the previous version : increase the major version
  2. Make a tag
  3. Push to GitHub
  4. yarn build(we only deploy built js files)
  5. yarn publish
  6. See https://www.npmjs.com/package/codechain-keystore

Caution!

  • If you publish new version, npm or yarn set the version as latest tag.
  • If you published an old version with patch, you should change latest tag.
Clone this wiki locally