Skip to content

Commit

Permalink
Fix case of Mbed TLS in assemble_changelog.py
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
  • Loading branch information
daverodgman committed Jul 11, 2022
1 parent ada62f2 commit 569d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assemble_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def format_category(cls, title, body):
class TextChangelogFormat(ChangelogFormat):
"""The traditional Mbed TLS changelog format."""

_unreleased_version_text = '= mbed TLS x.x.x branch released xxxx-xx-xx'
_unreleased_version_text = '= Mbed TLS x.x.x branch released xxxx-xx-xx'
@classmethod
def is_released_version(cls, title):
# Look for an incomplete release date
Expand Down

0 comments on commit 569d602

Please sign in to comment.