googleapis / googleapis/release-please

is there a way to keep package headings in the PR comments in a monorepo ?

Open
#2,233 1 comment 1 reaction 1 assignee Claimed by @chingor13 View on GitHub
priority: p3 type: question
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 ?

![Capture d’écran 2024-02-28 à 14 50 10](https://github.com/googleapis/release-please/assets/6605662/5b2881c8-beb8-4643-9186-47e74a2b71a4)

```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

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.