vweevers / hallmark

Markdown Style Guide, with linter and automatic fixer.
GNU General Public License v3.0
34 stars 3 forks source link

Warn on missing tags in CHANGELOG.md #13

Closed vweevers closed 5 years ago

vweevers commented 6 years ago

Which implies enforcing (the outline of) Keep A Changelog.

vweevers commented 5 years ago

Enforcing the use of Keep A Changelog is probably a step too far. We could make it opt-in, via hallmark options in package.json and/or a command-line option.

Updating the version headers of a changelog is annoying manual labor, we could easily automate that with a remark plugin, for hallmark --fix.

vweevers commented 5 years ago

Wrote a plugin: https://github.com/vweevers/remark-changelog