This is an automated email from the ASF dual-hosted git repository.

silver pushed a commit to branch docs-release
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit b99750d53ae7148865fa1b4308b5cc9a8e9da6a5
Author: silver-ymz <[email protected]>
AuthorDate: Tue Sep 19 12:17:07 2023 +0800

    docs: update release docs for cpp and haskell bindings
    
    Signed-off-by: silver-ymz <[email protected]>
---
 website/docs/contributing/release.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/docs/contributing/release.md 
b/website/docs/contributing/release.md
index 7c2a4edb6..2ea3698f3 100644
--- a/website/docs/contributing/release.md
+++ b/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`.
 - Update `CHANGELOG.md`, refer to [Generate Release 
Note](reference/generate_release_note.md) for more information.
 - If there are breaking changes in `core`, please also update 
`core/src/docs/upgrade.md`.
 - After all those changes, submit a PR with name `Bump to version x.y.z`.

Reply via email to