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

Common

  1. Bump the version(version is in the package.json and index.ts)
    • 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)

How to deploy

npm

  1. yarn publish
  2. See https://www.npmjs.com/package/codechain-keystore-cli

binary

  1. Run ./build-binaries
  2. Upload binaries/*.zip to the git release page
  3. https://github.com/CodeChain-io/codechain-keystore-cli/releases

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