Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

Update changelog validation #1388

Closed waylan closed 10 months ago

waylan commented 11 months ago

My first attempt to release version 3.5 failed due to an invalid changelog file. We need to validate its format every time we confirm an edit is needed to ensure edits don't break the format and prevent a release.

waylan commented 11 months ago

Note that the release succeeded to PYPI but failed to deploy to Github because of the changelog validation.

waylan commented 10 months ago

Success! We are now validating the changelog. Unfortunately, it fails so I need to fix it.

waylan commented 10 months ago

It works now!