Skip to content

Commit

Permalink
add cargo release install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
okaerin committed Feb 24, 2025
1 parent 1b45f6f commit 6938b9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project uses `cargo-release` to publish all packages with more ease.
Note that, by default, every command runs in *dry mode*, and you need to append `--execute`
to actually perform the action.

Here are the the following steps to install `cargo-release`:
```bash
cargo install cargo-release
```
Here are the following steps to release a new version:

1. create a branch `release-x.y.z` from the `main` branch;
Expand Down

0 comments on commit 6938b9b

Please sign in to comment.