cli icon indicating copy to clipboard operation
cli copied to clipboard

monorepo - package.json is in a subdirectory

Open westandy-dcp opened this issue 5 years ago • 1 comments

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?

westandy-dcp avatar Jun 07 '19 16:06 westandy-dcp

An arg would be nice, but in the meantime, I'd suggest using a symlink.

RyanGannon avatar Mar 04 '21 14:03 RyanGannon