singular: skip *p* versions which are not stable releases

This commit is contained in:
Gonzalo Tornaría 2024-05-30 23:00:30 -03:00 committed by classabbyamp
parent aab4be2cac
commit 7d491c9bf1

View file

@ -1 +1,3 @@
pattern='(singular|Release)?-?\K[-.p\d]+(?=\.tar\.gz")'
# skip *p* which often behaves as a prerelease for next version
# see https://github.com/sagemath/sage/pull/38689#issuecomment-2366934173
ignore='*p*'