-
Notifications
You must be signed in to change notification settings - Fork 6
Home
JinGyeong Jeong edited this page Apr 26, 2019
·
1 revision
- 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
- Make a tag
- Push to GitHub
- yarn build(we only deploy built js files)
- yarn publish
- See https://www.npmjs.com/package/codechain-keystore-cli
- Run
./build-binaries
- Upload
binaries/*.zip
to the git release page - 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.