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
File bumping only supports version detection through regular expressions at present. This works as a nice catch-all mechanism for custom file types within a repository. However, when dealing with YAML files, it would be much simpler (and provide a better developer experience) to support the use of YAML paths to locate and replace a version.
Your potential solution
Expand the existing config to support the inclusion of a YAML path(s) when defining a bump.
Describe your feature
File bumping only supports version detection through regular expressions at present. This works as a nice catch-all mechanism for custom file types within a repository. However, when dealing with YAML files, it would be much simpler (and provide a better developer experience) to support the use of YAML paths to locate and replace a version.
Your potential solution
Expand the existing config to support the inclusion of a YAML path(s) when defining a bump.
Any additional information?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: