Affected Packages
apply-release-plan
Problem
Currently it is not possible to style or modify the changelog titles (always resulting in the version). The line is just hard coded here → https://github.com/atlassian/changesets/blob/de2b4a5a7b244a37d94625bcb70ecde9dde5b612/packages/apply-release-plan/src/get-changelog-entry.ts#L102
Proposed solution
Add a (third) formatter function that gets the context passed so that teams can supply their own title formatter if need be. Same is actually true for the patch, minor and major ones.
Cheers and thanks for the great work 🎉
Affected Packages
apply-release-plan
Problem
Currently it is not possible to style or modify the changelog titles (always resulting in the version). The line is just hard coded here → https://github.com/atlassian/changesets/blob/de2b4a5a7b244a37d94625bcb70ecde9dde5b612/packages/apply-release-plan/src/get-changelog-entry.ts#L102
Proposed solution
Add a (third) formatter function that gets the context passed so that teams can supply their own title formatter if need be. Same is actually true for the patch, minor and major ones.
Cheers and thanks for the great work 🎉