Open malachi-constant opened 2 months ago
Something that uses regex to scan for (idf-modules.git.*)(\d+\.\d+\.\d+) and replace with $1{LATEST_VERSION}
(idf-modules.git.*)(\d+\.\d+\.\d+)
$1{LATEST_VERSION}
Thoughts?
@malachi-constant I like the idea! Especially if we also kick off full integration (manifest) test suite against those PRs.
Request
Something that uses regex to scan for
(idf-modules.git.*)(\d+\.\d+\.\d+)
and replace with$1{LATEST_VERSION}
Thoughts?