Updated FlatBuffers release process (markdown)
parent
e54f930000
commit
43dd4446b1
|
@ -1,6 +1,7 @@
|
||||||
Steps to release a new version of FlatBuffers to github:
|
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.
|
* 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):
|
* 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`
|
* `cd docs/source`
|
||||||
* `doxygen`
|
* `doxygen`
|
||||||
|
|
Loading…
Reference in New Issue