Updated FlatBuffers release process (markdown)
parent
2f98770c8c
commit
47dd2f654b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue