Skip to content

Commit

Permalink
docs: Update release.md (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Dec 19, 2024
1 parent f0ace56 commit f52c488
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/community/release/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@ For example:
Bump all components' version in the project to the new opendal version.
Please note that this version is the exact version of the release, not the release candidate version.

- rust core: bump version in `Cargo.toml`
- cpp binding: bump version in `bindings/cpp/CMakeLists.txt`
- haskell binding: bump version and update the `tag` field of `source-repository this` in `bindings/haskell/opendal.cabal`
- java binding: bump version in `bindings/java/pom.xml`
- node.js binding: bump version in `bindings/nodejs/package.json` and `bindings/nodejs/npm/*/package.json`
- Rust core: Bump version in `Cargo.toml`
- Haskell binding: Bump version and update the `tag` field of `source-repository this` in `bindings/haskell/opendal.cabal`
- Java binding: Bump version in `bindings/java/pom.xml`
- Node.js binding: Bump version in `bindings/nodejs/package.json` and `bindings/nodejs/npm/*/package.json`

### Update docs

Expand Down

0 comments on commit f52c488

Please sign in to comment.