googleapis / googleapis/release-please
Exclude nested dir from top config
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
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
```json
{
"exclude-paths": ["**/deploy"]
}
```
**Describe alternatives you've considered**
As of today, the alternative is to specify the `exclude-paths` under each package configuration
Contributor guide
Assessment
This issue has not been assessed yet.