Create the correct tag name

This commit is contained in:
Gwilym Kuiper 2022-10-11 23:30:49 +01:00
parent adac68d3d8
commit cb24100c02

View file

@ -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}"),
], ],