Make it so that the release tag includes the entire release notes

This commit is contained in:
Gwilym Kuiper 2022-12-09 21:00:53 +00:00
parent c7738b43e3
commit 776cb5b5a3

View file

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