googleapis / googleapis/release-please
How to retain long entries and not have them truncated?
Open
priority: p3
type: question
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
I have a long changelog entry (either as PR title or as a footer):
```
fix(dls): `MobileDateRangePicker` constructor is now deprecated. Use `MobileDateRangePicker.picker` instead.
```
which is then being cropped to
```
* **dls:** `MobileDateRangePicker` constructor is now deprecated. Use
```
in the generated changelog.
How can I keep the entire length of the entry?
Contributor guide
Assessment
This issue has not been assessed yet.