Skip to content

Commit

Permalink
docs: update release docs for cpp and haskell bindings (#3130)
Browse files Browse the repository at this point in the history
* docs: update release docs for cpp and haskell bindings

Signed-off-by: silver-ymz <[email protected]>

* polish

Co-authored-by: Suyan <[email protected]>

---------

Signed-off-by: silver-ymz <[email protected]>
Co-authored-by: Suyan <[email protected]>
  • Loading branch information
silver-ymz and suyanhanx authored Sep 19, 2023
1 parent 59af148 commit 524515d
Showing 1 changed file with 2 additions and 0 deletions.
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`.
Expand Down

0 comments on commit 524515d

Please sign in to comment.