Skip to content

Commit

Permalink
Edit changelog to point to our changelog file..
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Oct 19, 2024
1 parent 98bfbd4 commit 4705506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/actions_changelogs_since_last_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DISCORD_SPLIT_LIMIT = 2000
DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL")

CHANGELOG_FILE = "Resources/Changelog/Changelog.yml"
CHANGELOG_FILE = "Resources/Changelog/Suspicion.yml"

TYPES_TO_EMOJI = {
"Fix": "🐛",
Expand Down Expand Up @@ -165,7 +165,7 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None:

# Flush the group to the message
message_content.write(group_text)

# Clean up anything remaining
message_text = message_content.getvalue()
if len(message_text) > 0:
Expand Down

0 comments on commit 4705506

Please sign in to comment.