-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 feature
messages underAdded
section becameSome interesting feature
(sinceAdded
section already denotes it was added)Fixed issue that prevents something
message underFixed
section becameIssue that prevents something
Other issues it could check:
- Missing links for versions
Xplouder and matthewdeanmartin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request