mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Create the correct tag name
This commit is contained in:
parent
adac68d3d8
commit
cb24100c02
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue