-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
The changelog generated by lerna-changelog does not follow Prettier's opinions for markdown files. It especially conflicts in two aspects:
- Missing blank line between headline and list
- Using asterisk (
*) for the list item instead of dash (-)
The mismatch is problematic for projects checking in CI that all files, including CHANGELOG.md, are formatted with Prettier.
Generated by lerna-changelog:
#### :bug: Bug Fix
* [#1](https://examples.com) foo ([@jelhan](https://github.com/jelhan))Expected by Prettier
#### :bug: Bug Fix
- [#1](https://examples.com) foo ([@jelhan](https://github.com/jelhan))Metadata
Metadata
Assignees
Labels
No labels