You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 under Added section became Some interesting feature (since Added section already denotes it was added)
Fixed issue that prevents something message under Fixed section became Issue that prevents something
Other issues it could check:
Missing links for versions
The text was updated successfully, but these errors were encountered:
Add a
lint
command that could educate about best practices regarding changelog messages. One easy win would be checking forAdd ...
,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:
The text was updated successfully, but these errors were encountered: