Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(commit): trim the trailing newline from message (#403)
When the commit message ends with a '\n', then it is not considered a valid conventional commit. That's why the message must be cleaned up.
- Loading branch information