Skip to content

Commit

Permalink
Merge pull request #6082 from daverodgman/assemble-cl-case-backport2.28
Browse files Browse the repository at this point in the history
Fix case of Mbed TLS in assemble_changelog.py - backport 2.28
  • Loading branch information
daverodgman committed Jul 12, 2022
2 parents bdbc2ab + 569d602 commit 8bb9e46
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 8bb9e46

Please sign in to comment.