mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Red 3.5.3 - Changelog (#6210)
Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user