Skip to content

Commit 5dbdc69

Browse files
committed
feat: add git cz feature
1 parent 3eb0609 commit 5dbdc69

File tree

2 files changed

+14067
-0
lines changed

2 files changed

+14067
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@
5555
"@types/node": "^20.3.3",
5656
"@types/react": "^18.2.14",
5757
"@types/react-dom": "^18.2.6",
58+
"cz-conventional-changelog": "^3.3.0",
5859
"gh-pages": "^5.0.0",
5960
"typescript": "^5.1.6"
61+
},
62+
"config": {
63+
"commitizen": {
64+
"path": "./node_modules/cz-conventional-changelog"
65+
}
6066
}
6167
}

0 commit comments

Comments
 (0)