mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Create the correct tag name
This commit is contained in:
parent
adac68d3d8
commit
cb24100c02
|
@ -71,7 +71,7 @@ pub fn release(matches: &clap::ArgMatches) -> Result<(), Error> {
|
|||
&[
|
||||
"tag",
|
||||
"-a",
|
||||
&version.to_string(),
|
||||
&format!("v{version}"),
|
||||
"-m",
|
||||
&format!("#v{version}\n{changelog_text}"),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue