Red 3.5.3 - Changelog (#6210)

Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2023-07-24 20:06:42 +02:00
committed by GitHub
parent 7e05bec6a0
commit 6fbcdfc74a
2 changed files with 86 additions and 1 deletions

View File

@@ -501,7 +501,12 @@ def create_changelog(release_type: ReleaseType, version: str) -> None:
else:
rich.print("Time for a changelog!")
if click.confirm("Do you have a changelog already?"):
rich.print(
"Do you have a [bold]finished[/] changelog already?"
" This should include the contributor list.",
end="",
)
if click.confirm(""):
set_release_stage(ReleaseStage.CHANGELOG_CREATED)
return
rich.print()