[Feature Request] Configurable conventional-changelog
See original GitHub issueI use the conventional-changelog-conventionalcommits
preset to generate changelogs, it is configurable and due to the following line it is not possible to configure it with lerna.
https://github.com/lerna/lerna/blob/d4a16a59d8d7fa70be177e95e0ef05e9d0680e95/core/conventional-commits/lib/get-changelog-config.js#L26
Instead of a callback it is possible to put a config as the first parameter. Would it be possible to improve this behavior or would you have a solution for it? I wish I could change the types displayed in changelogs.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:5
Top Results From Across the Web
@release-it/conventional-changelog - npm
This plugin will provide the recommended bump to release-it, and update the changelog file (e.g. CHANGELOG.md ). npm install --save-dev @release ...
Read more >cz-conventional-changelog | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Changelog entries - GitLab Docs
If your merge request has multiple commits, make sure to add the Changelog entry to the first commit. This ensures that the correct...
Read more >conventional-changelog-config-emoji - npm package - Snyk
conventional -changelog-config-emoji · Bundles together an ambitious semantic-release shared configuration used across many project types For more ...
Read more >How To Automatically Generate A Helpful Changelog From ...
The Conventional Commits specification proposes introducing a standardized lightweight convention on top of commit messages. This convention dovetails with ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With standard-version which also use conventional-commits preset, we’re able to set configurations like:
Unfortunately,
types
andcompareUrlFormat
are completely ignored withinchangelogPreset
on lerna.json 😕Is it in the
version.changelogPreset
config ? You also need aname
.