Closed patrickjahns closed 4 years ago
Have a properly automated release workflow
Using grep in pcre mode was a quick and dirty solution, however needing to deal with multiple matches it became apparent that its easier to use a simple sed stream to select the first match and then exit
Motivation
Have a properly automated release workflow
Description
Using grep in pcre mode was a quick and dirty solution, however needing to deal with multiple matches it became apparent that its easier to use a simple sed stream to select the first match and then exit