Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude nested dir from top config #2459

Open
tanguyantoine opened this issue Dec 23, 2024 · 0 comments
Open

Exclude nested dir from top config #2459

tanguyantoine opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tanguyantoine
Copy link

Firstly, release-please is incredibly useful. Thank you

Is your feature request related to a problem? Please describe.
I'm working on a monorepo and have many packages.
The monorepo also holds some configuration that needs to be excluded in my case (deploy folder)
These deploy folders exist under each packages:

  • packages/one/deploy
  • packages/two/deploy

Describe the solution you'd like
I would like to be able to use exclude-paths as is

{
  "exclude-paths": ["**/deploy"]
}

Describe alternatives you've considered
As of today, the alternative is to specify the exclude-paths under each package configuration

@tanguyantoine tanguyantoine added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants