feat: CI/CD - Conventional Commits e Semantic Release
This commit is contained in:
5
commitlint.config.js
Normal file
5
commitlint.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
// commitlint.config.js
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user