Skip to content

Commit 11a6b08

Browse files
committed
Tweak commit message format
1 parent 12984b7 commit 11a6b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/bump.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl BumpCommand {
5858
}
5959

6060
// Add a Git commit.
61-
let commit_message = format!("'Release v{}'", next_version_str);
61+
let commit_message = format!("Release v{}", next_version_str);
6262
if self.git {
6363
println!("> add Git commit: {}", &commit_message);
6464
if !self.dry_run && self.git {

0 commit comments

Comments
 (0)