feat: CI/CD - Conventional Commits e Semantic Release

This commit is contained in:
2025-06-11 15:30:25 -03:00
parent c023741266
commit abf3c771e5
9 changed files with 9229 additions and 168 deletions

5
commitlint.config.js Normal file
View File

@ -0,0 +1,5 @@
// commitlint.config.js
module.exports = {
extends: ['@commitlint/config-conventional']
};