fsaintjacques / semver-tool

semver bash implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: get '$major.$minor.*`

indigoviolet opened this issue · comments

Thank you for this tool!

It would be nice to have the ability to construct requirement strings (eg. relax requirements while parsing the output of some package manager) through a template like $MAJOR.$MINOR.*. Of course this can be done by concatenating $(... get major).$(... get minor).*, but it will be more ergonomic to pass a template string in.