Add basic release docs (#1542)

* Add basic release docs

* Update docs

* Further enrish the steps after interviews

* fix shifted number...

* more tweaks

* Update README.md

* Update README.md
This commit is contained in:
Ryo Onodera 2021-03-31 17:18:20 +09:00 committed by GitHub
parent 0cfc42eeed
commit b5522ef510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -63,3 +63,12 @@ To point back to the local cluster:
```bash
$ npm run cluster:localnet
```
## Releasing
1. (first-time only) Create your account on npmjs.com (with 2FA enabled!) and ask @mvines about granting the publish right and run `npm login`
3. Bump version in `package.json` and `npm install` (to update `package-lock.json`)
4. Create a PR for the version bump
5. Merge the PR and push new git tag on master branch
6. Create release on github.com from the pushed tag
7. Run `npm run build` and `npm publish`