FlatBuffers Version 25.2.10

This commit is contained in:
Derek Bailey
2025-02-10 20:25:03 -08:00
parent 820a7f277f
commit 1c514626e8
186 changed files with 278 additions and 268 deletions

View File

@@ -15,6 +15,11 @@
# 9. Make sure the tests pass: `./flattests`
# 10. Do a search for the old version string in the code base. It should only
# appear in the changelog.
# 11. Update the CHANGELOG.md
# 12. Make the git commit with the message: "FlatBuffers Version X.X.X"
# 13. Tag the commit with `git -tag -a -m "FlatBuffers Version X.X.X` vX.X.X
# 14. Push the tag `git push origin vX.X.X`
# 15. Make a release from the tag at https://github.com/google/flatbuffers/tags
# Requires the xmlstarlet command.
# Install via: apt install xmlstarlet