We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bb3db commit 9bdd9faCopy full SHA for 9bdd9fa
RELEASING.md
@@ -17,8 +17,8 @@ The procedure is as follows:
17
git switch -c release-x.y.z
18
```
19
20
-2. Prepare the release. This will update the `README.md`, prepend the `CHANGELOG.md`
21
- file using `git cliff`, and bump the version in the `Cargo.toml` file.
+2. Prepare the release. This will update the `README.md`, set the versions in
+ the `CHANGELOG.md` file, and bump the version in the `Cargo.toml` file.
22
23
```bash
24
cargo xtask release prepare --execute minor|patch|rc
0 commit comments