You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After much head scratching, I've realized that there is a problem in the regex that extracts the version bumps from the description. In the PR, the description has a commit that matches the regex:
2cfb474 Bump version from 18.2 to 18.3
It sounds like I need to restrict the regex here for lines that start with the initial search word. The current regex can match the line at any place in the line, which I think lead to this bug
Will see if I can tackle this soon! TY for reporting and bearing with me
Can be seen here UniversalMediaServer/UniversalMediaServer@6caa293
The text was updated successfully, but these errors were encountered: