mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00

* https://github.com/conventional-changelog/commitlint - Lint commit messages. - Ensure that they are in accordance with `semantic-release` settings. - Use Travis CI to display errors and prevent release stage if so. * https://conventional-changelog.github.io/commitlint/#/reference-rules - Specific rules are defined in `commitlint.config.js`. - Using the default rules at the time of this commit. - This link gives full details on the default values and how to provide custom settings.
3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|