googleapis / googleapis/release-please
is there a way to keep package headings in the PR comments in a monorepo ?
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
In a monorepo project with microservices, I want to group the whole project on a single release, so I chose to set the _include-component-in-tag_ to _false_. But with this option set to false, package headings in PR comment are all named x.x.x
It can quickly become complicated to understand which component is attributed to a particular version upgrade.
Is there a way to keep the component name in the PR description ?

```json
{
"release-type": "node",
"include-component-in-tag": false,
"group-pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {},
"microservices/ms-1": {
"component": "ms-1"
},
"microservices/ms-2": {
"component": "ms-2"
},
...
}
```
Contributor guide
Assessment
This issue has not been assessed yet.