Release Monitoring currently supports 'Version filter ', but that is used for filtering out (e.g. filter out alpha;beta;rc)
There is no way to say 'I only want matches that match particular regexes' short of using a custom backend, since the custom regex is only available there and not in github, pypi, etc.
For example: there are multiple Django projects registered that tracked particular versions of Django; the latest of which is the one I just created for Django 6.x:
https://release-monitoring.org/project/388445/
Ideally I want to just use the PyPI backend, but then this will start matching against Django 7
Release Monitoring currently supports 'Version filter ', but that is used for filtering out (e.g. filter out alpha;beta;rc)
There is no way to say 'I only want matches that match particular regexes' short of using a custom backend, since the custom regex is only available there and not in github, pypi, etc.
For example: there are multiple Django projects registered that tracked particular versions of Django; the latest of which is the one I just created for Django 6.x:
https://release-monitoring.org/project/388445/
Ideally I want to just use the PyPI backend, but then this will start matching against Django 7