Skip to content
Merged
Changes from all commits
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 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`.
Comment thread
Xuanwo marked this conversation as resolved.
Expand Down