mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
FlatBuffers Version 25.1.24
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
# 7. `goldens/generated_code.py`
|
||||
# 8. `make -j`
|
||||
# 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.
|
||||
|
||||
# Requires the xmlstarlet command.
|
||||
# Install via: apt install xmlstarlet
|
||||
@@ -113,3 +115,8 @@ grep -rl 'FLATBUFFERS_\d*' * --exclude=release.sh | xargs -i@ \
|
||||
sed -i \
|
||||
-e "s/\(FLATBUFFERS_\)[0-9]\{2\}.*()/\1$version_underscore()/g" \
|
||||
@
|
||||
|
||||
echo "Updating MODULES.bazel..."
|
||||
sed -i \
|
||||
"3s/version = \".*\"/version = \"$version\"/" \
|
||||
MODULE.bazel
|
||||
|
||||
Reference in New Issue
Block a user