Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b5522ef

Browse files
authored
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
1 parent 0cfc42e commit b5522ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

token/js/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,12 @@ To point back to the local cluster:
6363
```bash
6464
$ npm run cluster:localnet
6565
```
66+
67+
## Releasing
68+
69+
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`
70+
3. Bump version in `package.json` and `npm install` (to update `package-lock.json`)
71+
4. Create a PR for the version bump
72+
5. Merge the PR and push new git tag on master branch
73+
6. Create release on github.com from the pushed tag
74+
7. Run `npm run build` and `npm publish`

0 commit comments

Comments
 (0)