One use-case for `ccv` is to bump independently versioned things in a single monorepo. For that we need to be able to filter the git log by path, and also need to be able to handle tags which are prefixed. e.g. `foo-v0.3.1`, `bar-v1.3.4`
One use-case for
ccvis to bump independently versioned things in a single monorepo.For that we need to be able to filter the git log by path, and also need to be able to handle tags which are prefixed. e.g.
foo-v0.3.1,bar-v1.3.4