Closed JonShort closed 1 year ago
Having some way to bump only packages which fulfils a glob pattern could be useful in some cases
Update all packages which start with @jonshort
@jonshort
bumpall --glob "@jonshort*"
Update packages which end with "-parser"
bumpall --glob "*-parser"
Added in #23
Having some way to bump only packages which fulfils a glob pattern could be useful in some cases
Examples
Update all packages which start with
@jonshort
Update packages which end with "-parser"