googleapis / googleapis/release-please
How to rewrite changelog?
Open
priority: p3
type: question
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
Hi 👋
I have a monorepo and we use scopes for some reason in pr-title. And it comes to our changelogs and look pretty bad.
For example:
```
Features
package-1,package-2,package-3: [TASK-NUM](some link) add new features
package-1,package-4,package-5: [TASK-NUM](some link) add another one feature
```
It would be cool to have an opportunity to add some function to work with that:
`changelogHandler: (rawString: string): string => newString`
Will be glad all ideas
Contributor guide
Assessment
This issue has not been assessed yet.