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
Is it possible to add input parameter release_version_regexp so the user can supply its own expression to be used for release version parsing when available releases are fetched from GitHub?
As of now I see that action expects version in release to be in a short and usable form, but not all the repos are following this clear naming scheme.
It can be useful when trying to use depup with repos that are using some custom release names, for example:
Is it possible to add input parameter
release_version_regexp
so the user can supply its own expression to be used for release version parsing when available releases are fetched from GitHub?As of now I see that action expects version in release to be in a short and usable form, but not all the repos are following this clear naming scheme.
It can be useful when trying to use depup with repos that are using some custom release names, for example:
PMD 6.35.0 (29-May-2021)
checkstyle-8.43
The text was updated successfully, but these errors were encountered: