mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-24 08:06:34 +11:00
Make it so that the release tag includes the entire release notes
This commit is contained in:
parent
c7738b43e3
commit
776cb5b5a3
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ pub fn release(matches: &clap::ArgMatches) -> Result<(), Error> {
|
||||||
"tag",
|
"tag",
|
||||||
"-a",
|
"-a",
|
||||||
&format!("v{version}"),
|
&format!("v{version}"),
|
||||||
|
"--cleanup=whitespace",
|
||||||
"-m",
|
"-m",
|
||||||
&format!("#v{version}\n{changelog_text}"),
|
&format!("#v{version}\n{changelog_text}"),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue