mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-09 08:31:33 +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
|
@ -72,6 +72,7 @@ pub fn release(matches: &clap::ArgMatches) -> Result<(), Error> {
|
|||
"tag",
|
||||
"-a",
|
||||
&format!("v{version}"),
|
||||
"--cleanup=whitespace",
|
||||
"-m",
|
||||
&format!("#v{version}\n{changelog_text}"),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue