cli
cli copied to clipboard
monorepo - package.json is in a subdirectory
I have a monorepo where my file structure is like so:
repo-dir/
.git/
config
sub-repo-one/
package.json
sub-repo-two/
package.json
How can I tell semantic-release-cli setup
that the git configuration is here, and the package.json is another?
An arg would be nice, but in the meantime, I'd suggest using a symlink.