googleapis / googleapis/release-please

Exclude nested dir from top config

Open
#2,459 0 comments 1 reaction 1 assignee Claimed by @chingor13 View on GitHub
priority: p3 type: feature request
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.