Move Frontier Changelog to a separate file. (#2092)

* Frontier changelog to separate file, scripts

* Frontier.yml to 500 logs (manual_changelog.py)
This commit is contained in:
Whatstone
2024-09-27 10:09:55 -04:00
committed by GitHub
parent 240722c866
commit 3109ed1fe7
9 changed files with 10377 additions and 14055 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
CHANGELOG_DIR: Resources/Changelog/Changelog.yml
CHANGELOG_DIR: Resources/Changelog/Frontier.yml # Frontier: Changelog.yml<Frontier.yml
PR_NUMBER: ${{ github.event.number }}
jobs:
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
changelog-tab-title-Frontier = Frontier
@@ -10,5 +10,6 @@ changelog-version-tag = version v{ $version }
changelog-button = Changelog
changelog-button-new-entries = Changelog (new!)
changelog-tab-title-Changelog = Changelog
# Frontier: Changelog<Upstream
changelog-tab-title-Changelog = Upstream
changelog-tab-title-Admin = Admin
+1 -1
View File
@@ -46,7 +46,7 @@ FEED_LANGUAGE = "en-US"
FEED_GUID_PREFIX = "ss14-changelog-wizards-"
FEED_URL = "https://central.spacestation14.io/changelog.xml"
CHANGELOG_FILE = "Resources/Changelog/Changelog.yml"
CHANGELOG_FILE = "Resources/Changelog/Frontier.yml" # Frontier: Changelog.yml<Frontier.yml
TYPES_TO_EMOJI = {
"Fix": "🐛",
+1 -1
View File
@@ -21,7 +21,7 @@ GITHUB_TOKEN = os.environ["GITHUB_TOKEN"]
DISCORD_SPLIT_LIMIT = 2000
DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL")
CHANGELOG_FILE = "Resources/Changelog/Changelog.yml"
CHANGELOG_FILE = "Resources/Changelog/Frontier.yml" # Frontier: Changelog.yml<Frontier.yml
TYPES_TO_EMOJI = {
"Fix": "🐛",
+1 -1
View File
@@ -119,7 +119,7 @@ def parse_github_pull_request(changelog, stream):
def main():
default_filename = 'Resources/Changelog/Changelog.yml'
default_filename = 'Resources/Changelog/Frontier.yml' # Frontier: Changelog.yml<Frontier.yml
parser = argparse.ArgumentParser(description='Update the changelog manually.')