phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
182 stars 23 forks source link

Condensed mode #35

Closed c33s closed 5 years ago

c33s commented 5 years ago

currently new entries are added with an extra newline:

## Added
- entry 1

- entry 2

- entry 3

the forced newline looks to be a hardcoded private constant hardcoded AddEntry::APPEND_NEWLINE = true this should be configureable

weierophinney commented 5 years ago

I've provided the newline between entries for readability when reading the source markdown; I have no desire to make it configurable.