diff --git a/FlatBuffers-release-process.md b/FlatBuffers-release-process.md index 10dab8b..d8b5026 100644 --- a/FlatBuffers-release-process.md +++ b/FlatBuffers-release-process.md @@ -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.