Updated FlatBuffers release process (markdown)

Derek Bailey 2022-08-27 10:03:17 -07:00
parent 2f98770c8c
commit 47dd2f654b
1 changed files with 6 additions and 0 deletions

@ -77,6 +77,12 @@ Steps to release a new version of FlatBuffers to github:
1. It should prompt for your password during the signing stage.
1. It should eventually complete and show: https://search.maven.org/artifact/com.google.flatbuffers/flatbuffers-java
## JavaScript/TypeScript (npm)
1. Update `package.json` to latest version.
1. `npm login`
1. `npm publish`
1. Should be live here relatively quickly: https://www.npmjs.com/package/flatbuffers
## To Categorize / Old Notes