node-abi
:+1::tada: First off, thanks for taking the time to contribute to node-abi
! :tada::+1:
This module uses semantic-release
to automatically release new versions via Travis.
Therefor we have very precise rules over how our git commit messages can be formatted.
Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject (full explanation):
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
Must be one of the following:
fix(electron): Support Electron 1.8.0
feat: add .getTarget(abi, runtime)
feat: Add amazing new feature
BREAKING CHANGE: This removes support for Node 0.10 and 0.12.