-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Is your feature request related to a problem? Please describe.
I use 'versio' to manage our GitHub actions monorepo. I've created a script to initialize new actions. This script generates the necessary files and updates the versio configuration file to support the new action. I specifically add version control to certain files using the 'also' property, but I allow users to modify these files as they see fit. However, if versio doesn't find a match, the release command fails.
"solution you'd like*
A clear and concise description of what you want to happen.
I would have liked, however, that if the regex doesn't find a match in the files specified in the 'also' property, it wouldn't cause the versio release command, which is executed automatically every week, to fail.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Or perhaps we could add a property that allows defining optional regex patterns.Thank you for your work!
**Describe the