tpvasconcelos / ridgeplot

Beautiful ridgeline plots in python
https://ridgeplot.readthedocs.io/
MIT License
62 stars 3 forks source link

Fix gh links in gh release notes #184

Closed tpvasconcelos closed 3 months ago

tpvasconcelos commented 4 months ago

The new release notes are not rendered correctly in the GitHub releases. See v0.1.25 for instance.

A simple solution would be to hard-code some regex logic in extract_latest_release_notes.py to deal specifically with this conversion:

{gh-issue}`123` --> [#123](https://github.com/tpvasconcelos/ridgeplot/pull/123)
tpvasconcelos commented 3 months ago

Fixed in #192