Skip to content

Commit 2f0e7e8

Browse files
committed
remove commitizen
1 parent e0e74c2 commit 2f0e7e8

File tree

3 files changed

+19
-607
lines changed

3 files changed

+19
-607
lines changed

.changeset/heavy-ears-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@frontendfixer/eslint-config-react': patch
3+
---
4+
5+
remove commitizen and scripts

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"lint:fix": "eslint . --fix",
3636
"changeset": "changeset",
3737
"release": "changeset publish",
38-
"commit": "git-cz",
39-
"release_push": "git add . && yarn changeset && yarn changeset version && git add . && yarn commit && yarn release && git push --follow-tags"
38+
"version": "changeset version"
4039
},
4140
"peerDependencies": {
4241
"eslint": ">=8.0.0",
@@ -63,7 +62,6 @@
6362
"devDependencies": {
6463
"@changesets/changelog-github": "^0.4.8",
6564
"@changesets/cli": "^2.26.2",
66-
"cz-conventional-changelog": "^3.3.0",
6765
"eslint": "^8.44.0",
6866
"prettier": "^2.8.8",
6967
"react": "^18.2.0",

0 commit comments

Comments
 (0)