Updated FlatBuffers release process (markdown)

Wouter van Oortmerssen 2021-09-27 15:47:13 -07:00
parent a2b0bcdf13
commit 039c480244
1 changed files with 1 additions and 0 deletions

@ -27,6 +27,7 @@ Steps to release a new version of FlatBuffers to github:
* For JS: * For JS:
* (version has already been changed in package.json) * (version has already been changed in package.json)
* (on npm <4.0): `npm run append-esm-export` * (on npm <4.0): `npm run append-esm-export`
* `npm login`
* `npm publish` * `npm publish`
* (note `npm adduser` needs a newer node than what's available on my machine?) * (note `npm adduser` needs a newer node than what's available on my machine?)
* Check changes are on: https://www.npmjs.com/package/flatbuffers * Check changes are on: https://www.npmjs.com/package/flatbuffers