Skip to content

Commit

Permalink
fixup! Update xtask/src/release.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 10, 2024
1 parent 8561eb1 commit 2d683db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xtask/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ pub struct ReleaseArgs {
enum ReleaseCommand {
/// Prepare the release of the matrix-sdk workspace.
///
/// This command will update the `README.md`, prepend the `CHANGELOG.md` file using
/// `git cliff`, and bump the versions in the `Cargo.toml` files.
/// 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.
version: ReleaseVersion,
Expand Down

0 comments on commit 2d683db

Please sign in to comment.