Git Ops v1.1.0 mix git_ops.check_message View Source

Receives a file path and validates if it's content follows the Conventional Commits specification.

mix git_ops.check_message <path/to/file>

Logs an error if the commit message is not parse-able.

See https://www.conventionalcommits.org/en/v1.0.0/ for more details on Conventional Commits.