This commit is contained in:
Vigers Ray 2025-08-05 19:43:25 +03:00
parent d9ed93160e
commit a1dabf3c84
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ GITHUB_API_URL = os.environ.get("GITHUB_API_URL", "https://api.github.com")
DISCORD_SPLIT_LIMIT = 2000
DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL")
CHANGELOG_FILE = "Resources/Changelog/ChangelogSunrise.yml"
CHANGELOG_FILE = "Resources/Changelog/ChangelogFish.yml"
TYPES_TO_EMOJI = {
"Fix": "🪛",

View file

@ -119,7 +119,7 @@ def parse_github_pull_request(changelog, stream):
def main():
default_filename = 'Resources/Changelog/ChangelogSunrise.yml'
default_filename = 'Resources/Changelog/ChangelogFish.yml'
parser = argparse.ArgumentParser(description='Update the changelog manually.')