agrotis-io / vraw

Vraw is a implementation of react stateless components that can be used as a npm package in your projects.
MIT License
3 stars 0 forks source link

Danger commit messages validation #15

Closed renato-bohler closed 6 years ago

renato-bohler commented 6 years ago

branch: issue_15-danger_commit_messages_validation

What are you reporting?

What is the current behavior?

There is no validations to check if commit messages are complying with conventional-changelog conventions.

What is the expected behavior?

There should be a validation for that.

Which problem(s) will it solve?

This would make the workflow easier and help semantic versioning.

More

This could be implemented in danger. This dangerfile could be used as an example.