suyanhanx commented on code in PR #3130: URL: https://github.com/apache/incubator-opendal/pull/3130#discussion_r1329611235
########## website/docs/contributing/release.md: ########## @@ -65,6 +65,8 @@ OpenDAL will release all packages in the same version. - Bump version in `Cargo.toml`. - For the nodejs binding, bump version in `bindings/nodejs/package.json` and `bindings/nodejs/npm/*/package.json`. - For the java binding, bump version in `bindings/java/pom.xml`. +- For the cpp binding, bump version in `bindings/cpp/CMakeLists.txt`. +- For the haskell binding, bump version and update `source-repository this` field in `bindings/haskell/opendal.cabal`. Review Comment: ```suggestion - For the haskell binding, bump version and update the `tag` field of `source-repository this` in `bindings/haskell/opendal.cabal`. ``` Like this? -- 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]
