executablebooks / github-activity

Simple markdown changelogs for GitHub repositories
https://github-activity.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 11 forks source link

Fix: ignore case for `pre` #74

Closed agoose77 closed 2 years ago

agoose77 commented 2 years ago

This PR makes the prefix matching logic ignore the prefix case.

In the long run, it would be nice to support user-overrides for TAGS_METADATA_BASE instead of hard-coding to a particular set of prefixes.

I also note that the documentation mentions https://keepachangelog.com/en/1.0.0/ but the prefixes used there seem fairly different to the ones that we are currently using.

agoose77 commented 2 years ago

For posterity, this was a half-baked idea, and I didn't finish the PR :face_with_spiral_eyes: