ао
This commit is contained in:
parent
d9ed93160e
commit
a1dabf3c84
2 changed files with 2 additions and 2 deletions
|
|
@ -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": "🪛",
|
||||
|
|
|
|||
|
|
@ -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.')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue