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
It would be great to have the possibility to replace (or extend) regexp of the separator used to separate version name (e.g REVIEWDOG_VERSION) and version (e.g. 0.1.0) - currently it's equal to (=|:?\s+) - which is probably fine for most cases, but, for instance, not when you want to update the value in the file where each line is formatted like plugin-name:1.2.3.
It can be done by some action's input e.g. separator_regexp: ':\s*'.
Such a configuration option will make depup action much more versatile
The text was updated successfully, but these errors were encountered:
skarzi
changed the title
add possibility to extend version name and version separators
add possibility to override/extend version name and version separator
Nov 7, 2020
Hi 👋
thanks for super GitHub action!
It would be great to have the possibility to replace (or extend) regexp of the separator used to separate version name (e.g
REVIEWDOG_VERSION
) and version (e.g.0.1.0
) - currently it's equal to(=|:?\s+)
- which is probably fine for most cases, but, for instance, not when you want to update the value in the file where each line is formatted likeplugin-name:1.2.3
.It can be done by some action's input e.g.
separator_regexp: ':\s*'
.Such a configuration option will make
depup
action much more versatileThe text was updated successfully, but these errors were encountered: