From b3d3a4a13d835d54be3547aef7ce24c8ae34f74f Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Sun, 8 Dec 2024 19:10:37 -0600 Subject: [PATCH] chore: remove vestigial commitizen references (#7317) --- CONTRIBUTING.md | 2 +- README.md | 3 --- package-lock.json | 1 - package.json | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a820032a6715..e1f9a00d89e7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ for getting things done and landing your contribution. ```bash cd ~/nodejs.org git add . - git commit #let commitizen handle the commit + git commit -m "describe your changes" git push -u origin name-of-your-branch ``` diff --git a/README.md b/README.md index 9ae2467fb6fd2..154ef3a32e853 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,6 @@ nodejs.org scorecard badge - - -

diff --git a/package-lock.json b/package-lock.json index eb711fc733a15..ee3f6dd225905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@eslint/js": "~9.16.0", "@types/eslint__js": "8.42.3", "@types/node": "22.10.1", - "commitizen": "4.3.1", "cz-conventional-changelog": "3.3.0", "eslint": "~9.16.0", "eslint-plugin-import-x": "~4.4.3", diff --git a/package.json b/package.json index 44963a5567104..8491f970da2ae 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "@eslint/js": "~9.16.0", "@types/eslint__js": "8.42.3", "@types/node": "22.10.1", - "commitizen": "4.3.1", "cz-conventional-changelog": "3.3.0", "eslint": "~9.16.0", "eslint-plugin-import-x": "~4.4.3",