Allow customization of CHANGELOG header #2272
Labels
Comments
5 tasks
Sure, that's reasonable. |
I've been using standard-version to generate changelogs recently. And I used lerna to do this for my mono repos, but I found it confusing that with the same preset(angular), they produced changelogs with different headers, which is kinda annoying. I think these tools should produce the same results with same presets, or at least a way to customize this. |
Opened a PR for adding support for custom change log header here #2535 |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A
command.publish.changelogHeader
could be added tolerna.json
.Steps to Reproduce (for bugs)
lerna.json
Context
Content strategy advises us that we need to be consistent in how we refer to changelogs. We consider it to be one word, and the lerna template uses title case
Change Log
and includes text we're rather substitute with something else.Your Environment
lerna --version
npm --version
yarn --version
node --version
The text was updated successfully, but these errors were encountered: