Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update release docs for cpp and haskell bindings #3130

Merged
merged 2 commits into from
Sep 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/contributing/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
silver-ymz marked this conversation as resolved.
Show resolved Hide resolved
- 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`.
Xuanwo marked this conversation as resolved.
Show resolved Hide resolved
Expand Down