Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'lint' command to validate messages #57

Open
rcmachado opened this issue Feb 13, 2020 · 0 comments
Open

Add 'lint' command to validate messages #57

rcmachado opened this issue Feb 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rcmachado
Copy link
Owner

rcmachado commented Feb 13, 2020

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
@rcmachado rcmachado added the enhancement New feature or request label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant