The pre-commit
will validate your commit messages before the commit being accepted.
That will prevent you from having to rebase your commit history to adapt your commit messages to semantic-release standards.
Clone this project and run the following make
command on its root path.
make install
After adding new changes with the git add
command, you can run git dpcommit .
on any git project root path and follow CLI steps.
git dpcommit .