Updated FlatBuffers release process (markdown)

Wouter van Oortmerssen 2020-05-04 13:24:28 -07:00
parent fd594b7e32
commit a7ca50b8ae
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
Steps to release a new version of FlatBuffers to github:
* Change the version number in 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), Constants.java, FlatBufferConstants.cs, idl_gen_java/csharp/kotlin/swift.cpp
* Change the version number in base.h, package.json, pom.xml (and various such files in grpc/), CMakeLists.txt (FlatBuffers_Library_SONAME_FULL), CMake/Version.cmake, dart/pubspec.yaml, rust/cargo.toml (not same as FlatBuffers version), Constants.java, FlatBufferConstants.cs, idl_gen_java/csharp/kotlin/swift.cpp
* re-build flatc
* runs generate_code.sh to ensure there's no missing files.
* And also because the version number is in some generated files.