Skip to content

Commit

Permalink
feat: add git cz feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen1 committed Oct 26, 2023
1 parent 3eb0609 commit 5dbdc69
Show file tree
Hide file tree
Showing 2 changed files with 14,067 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"cz-conventional-changelog": "^3.3.0",
"gh-pages": "^5.0.0",
"typescript": "^5.1.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 5dbdc69

Please sign in to comment.