Support multiple `--config` files
#263 · JavaScript · ★ 645 · ISC · updated 27d ago
I am using commit-and-tag-version in a monorepo. Each package in the monorepo has its own .versionrc.json file, which contains duplicated configuration (eg skip.tag=true, scripts.prerelease=...). Rather than needing to copy/paste this configuration into each package, it'd be nice…