-
Notifications
You must be signed in to change notification settings - Fork 8
Home
JinGyeong Jeong edited this page Apr 26, 2019
·
1 revision
- 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
- Make a tag
- Push to GitHub
- yarn build(we only deploy built js files)
- yarn publish
- 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.