pr-voyager
pr-voyager copied to clipboard
monorepo support
I would like to employ this in a project that includes a private package for internal dependencies in monorepo. Currently, specifying filter in publish does not work well.
publish: pnpm publish -r --ignore-scripts --access public --filter "@location-state/*"
/home/runner/setup-pnpm/node_modules/.bin/pnpm publish -r --ignore-scripts --access public --filter "@location-state/*" --no-git-checks --tag pr4
No projects matched the filters in "/home/runner/work/location-state/location-state"
Also included in the comments is a private package. In this example, only "@location-state/*" is expected to be published.
pnpm add example-next@pr4 configs@pr4 eslint-config-custom@pr4 @location-state/core@pr4 @location-state/next@pr4 test-utils@pr4
Can you please resolve these issues and support monorepo?