Skip to content

Commit

Permalink
Update xtask/src/release.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Enderlin <[email protected]>
Signed-off-by: Damir Jelić <[email protected]>
  • Loading branch information
poljar and Hywan authored Oct 9, 2024
1 parent 09ea88e commit c204ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct ReleaseArgs {
enum ReleaseCommand {
/// Prepare the release of the matrix-sdk workspace.
///
/// This command will update the README, prepend the CHANGELOG.md file using
/// This command will update the `README.md`, prepend the `CHANGELOG.md` file using
/// `git cliff`, and bump the versions in the `Cargo.toml` files.
Prepare {
/// What type of version bump we should perform.
Expand Down

0 comments on commit c204ee2

Please sign in to comment.