mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +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",
|
"tag",
|
||||||
"-a",
|
"-a",
|
||||||
&version.to_string(),
|
&format!("v{version}"),
|
||||||
"-m",
|
"-m",
|
||||||
&format!("#v{version}\n{changelog_text}"),
|
&format!("#v{version}\n{changelog_text}"),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue