Search repo for files with string replacement patterns rather than hard coding a list #590
Labels
cicd
Continuous integration/deployment
enhancement
New feature or request
good first issue
Good for newcomers
It would be useful to grep for version replacement patterns, such as
^R_VERSION :=
or^R_VERSION=
, to get the list of files to update instead of having to manually update a hard coded list that could be prone to human error.We could even write a just command that would find the files matching a specific pattern and then send them as arguments to the sed command.
Originally proposed by @bschwedler in #588 (comment)
The text was updated successfully, but these errors were encountered: