mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-25 08:36:40 +11:00
Make it so that the release tag includes the entire release notes (#359)
Add `--cleanup=whitespace` to keep lines starting with # in the `git tag` command for releases. - [x] Changelog updated / no changelog update needed
This commit is contained in:
commit
cc8824fc21
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