From 43dd4446b1d87168f3923b7dca22d35f65a434a3 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Wed, 24 Apr 2019 12:14:39 -0700 Subject: [PATCH] Updated FlatBuffers release process (markdown) --- FlatBuffers-release-process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`