Updated FlatBuffers release process (markdown)

Wouter van Oortmerssen 2019-04-24 12:14:39 -07:00
parent e54f930000
commit 43dd4446b1
1 changed files with 2 additions and 1 deletions

@ -1,6 +1,7 @@
Steps to release a new version of FlatBuffers to github:
* runs generate_code.sh to ensure there's no missing files.
* Change the version number in flatc.cpp, base.h, package.json, pom.xml (and various such files in grpc/), CMakeLists.txt (FlatBuffers_Library_SONAME_FULL), dart/pubspec.yaml, rust/cargo.toml (not same as FlatBuffers version), and push to github.
* runs generate_code.sh to ensure there's no missing files.
* And also because the version number is in some generated files.
* Update the documentation remote branch `gh-pages` that hosts what is shown at http://google.github.io/flatbuffers/ using something like (warning, this will go live instantly):
* `cd docs/source`
* `doxygen`