googleapis / googleapis/release-please
add `include-paths` option to additionally search for releaseable work
Open
priority: p3
type: feature request
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
I am trying to setup release-please to work with a monorepo that has separate entry points but largely uses the same code.
For instance my structure is using golang and
```
cmd/
-pkgA
-pkgB
-pkgC
data
-models
-migrations
...
```
where `cmd/pkgA` and `cmd/pkgB` will have different deployment strategies (on-prem and cloud) and pkgC might only handle database migrations and not have other server API dependencies.
Ideally changing anything in migrations would trigger `pkgC` to have a release, and nearly anything else would trigger both pkgA and pkgB.
Contributor guide
Assessment
This issue has not been assessed yet.