diff --git a/FlatBuffers-release-process.md b/FlatBuffers-release-process.md index 125c7e2..e357d23 100644 --- a/FlatBuffers-release-process.md +++ b/FlatBuffers-release-process.md @@ -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`