changelog
changelog copied to clipboard
Add 'lint' command to validate messages
Add a lint command that could educate about best practices regarding changelog messages. One easy win would be checking for Add ..., Fix ..., Remove ... kind of messages in their respective sections.
Some examples:
Add some interesting featuremessages underAddedsection becameSome interesting feature(sinceAddedsection already denotes it was added)Fixed issue that prevents somethingmessage underFixedsection becameIssue that prevents something
Other issues it could check:
- Missing links for versions