From b99750d53ae7148865fa1b4308b5cc9a8e9da6a5 Mon Sep 17 00:00:00 2001 From: silver-ymz Date: Tue, 19 Sep 2023 12:17:07 +0800 Subject: [PATCH 1/2] docs: update release docs for cpp and haskell bindings Signed-off-by: silver-ymz --- 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 7c2a4edb6cbf..2ea3698f3381 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`. From 0d000ac1c3ed3d139f331e7c37258feb98f0e461 Mon Sep 17 00:00:00 2001 From: Mingzhuo Yin Date: Tue, 19 Sep 2023 14:35:16 +0800 Subject: [PATCH 2/2] polish Co-authored-by: Suyan --- website/docs/contributing/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/contributing/release.md b/website/docs/contributing/release.md index 2ea3698f3381..cf450268443f 100644 --- a/website/docs/contributing/release.md +++ b/website/docs/contributing/release.md @@ -66,7 +66,7 @@ OpenDAL will release all packages in the same version. - 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`. +- For the haskell binding, bump version and update the `tag` field of `source-repository this` 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`.