Skip to content

Commit

Permalink
Update scripts/update-changelog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored Jan 12, 2025
1 parent e2b2d8e commit 3851b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def remove_prefix(text: str, prefix: str) -> str:
"""Remove the prefix from the string"""
return re.sub(r'^{0}'.format(re.escape(prefix)), '', text)

# Looking for any of the entries with an ID, like "Enhancement [#948]..."
ENTRY_TYPE_RE = re.compile(r'(.*) ?\[')
ENTRY_NUMBER_RE = re.compile(r'\#(\d+)')

Expand Down

0 comments on commit 3851b0d

Please sign in to comment.