Description
This PR was merged and released, but RGH thinks otherwise:

The merge commit definitely is actually released:

Reading carefully the feature source code, I see that the tag (release_2024-04-13) is excluded because it doesn't contain a dotted version number (match of /\d[.]\d/). I think #7789 was intended to clarify this, but the wiki only mentions in passing that "Number-less tags" are excluded, and the tag definitely contains numbers.
Would you consider changing the phrasing from
Number-less tags and "nightly" tags are excluded.
to e.g.
Tags containing the word "nightly", or that don't look sufficiently like a version number, are excluded.
or extending the regex to e.g. /\d[.-]\d/, to permit tags with dashes between the numbers?
How to replicate the issue + URL
dregad/dokuwiki-plugin-cspheader#1
Extension version
25.4.8
Browser(s) used
Firefox 136.0.3
Token ⚠️
Description
This PR was merged and released, but RGH thinks otherwise:
The merge commit definitely is actually released:
Reading carefully the feature source code, I see that the tag (
release_2024-04-13) is excluded because it doesn't contain a dotted version number (match of/\d[.]\d/). I think #7789 was intended to clarify this, but the wiki only mentions in passing that "Number-less tags" are excluded, and the tag definitely contains numbers.Would you consider changing the phrasing from
to e.g.
or extending the regex to e.g.
/\d[.-]\d/, to permit tags with dashes between the numbers?How to replicate the issue + URL
dregad/dokuwiki-plugin-cspheader#1
Extension version
25.4.8
Browser(s) used
Firefox 136.0.3
Token⚠️