Skip to content

Commit

Permalink
feat: cz-commitizen lib added
Browse files Browse the repository at this point in the history
Adicionado nova biblioteca para facilitar a criação de commits. Use o comando `git cz` para criar um commit.
  • Loading branch information
axrobert authored Apr 12, 2024
1 parent e283fe4 commit 609dc8c
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 56 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/types": "3.0.1",
"cz-conventional-changelog": "3.3.0",
"typescript": "~5.2.2"
},
"browserslist": {
Expand All @@ -49,5 +50,10 @@
},
"engines": {
"node": ">=18.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 609dc8c

Please sign in to comment.