Updated FlatBuffers release process (markdown)
parent
fd594b7e32
commit
a7ca50b8ae
|
@ -1,5 +1,5 @@
|
||||||
Steps to release a new version of FlatBuffers to github:
|
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
|
* re-build flatc
|
||||||
* runs generate_code.sh to ensure there's no missing files.
|
* runs generate_code.sh to ensure there's no missing files.
|
||||||
* And also because the version number is in some generated files.
|
* And also because the version number is in some generated files.
|
||||||
|
|
Loading…
Reference in New Issue