PragmaTwice commented on code in PR #5431: URL: https://github.com/apache/opendal/pull/5431#discussion_r1891059451
########## website/community/release/release.md: ########## @@ -139,11 +139,10 @@ For example: Bump all components' version in the project to the new opendal version. Please note that this version is the exact version of the release, not the release candidate version. -- rust core: bump version in `Cargo.toml` -- cpp binding: bump version in `bindings/cpp/CMakeLists.txt` Review Comment: It's not so common to maintain such VERSION field in `project()` in C++ project. I think I remove it since the version number is stale. You can add it again if you want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
