mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
Auto-put PRs from release workflows in the proper milestone + minor things (#4862)
* Make workflow name use TitleCase * Indicate in the PR description that it's a multi-part workflow * Auto-put PRs from Prepare Release workflow in the proper milestone * Rename "Publish the release" workflow to "Publish Release" * Auto-put PR from Publish Release workflow in the proper milestone
This commit is contained in:
2
.github/workflows/scripts/bump_version.py
vendored
2
.github/workflows/scripts/bump_version.py
vendored
@@ -12,6 +12,8 @@ version_info = None
|
||||
def repl(match: Match[str]) -> str:
|
||||
global version_info
|
||||
|
||||
print(f"::set-output name=old_version::{match.group('version')}")
|
||||
|
||||
new_stable_version = os.environ.get("NEW_STABLE_VERSION", "auto")
|
||||
if new_stable_version == "auto":
|
||||
version_info = redbot.VersionInfo.from_str(match.group("version"))
|
||||
|
||||
Reference in New Issue
Block a user