Skip to content

Commit 1e5e6a4

Browse files
authored
Use markdown-it-py instead of commonmark in the release script. (#18637)
`commonmark` has been deprecated in favor of `markdown-it-py`, and its type hints have been [removed from typeshed](python/typeshed#13725). This switches the release script to use `markdown-it-py` instead of `commonmark` for parsing the `CHANGES.md`
1 parent 947216a commit 1e5e6a4

File tree

4 files changed

+50
-93
lines changed

4 files changed

+50
-93
lines changed

changelog.d/18637.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use `markdown-it-py` instead of `commonmark` in the release script.

0 commit comments

Comments
 (0)