Updated FlatBuffers release process (markdown)
parent
a2b0bcdf13
commit
039c480244
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue