Skip to content

Commit 14737ec

Browse files
chore: remove vestigial commitizen references (#7317)
1 parent 02b7307 commit 14737ec

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ for getting things done and landing your contribution.
115115
```bash
116116
cd ~/nodejs.org
117117
git add .
118-
git commit #let commitizen handle the commit
118+
git commit -m "describe your changes"
119119
git push -u origin name-of-your-branch
120120
```
121121

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<a title="scorecard" href="https://securityscorecards.dev/viewer/?uri=github.com/nodejs/nodejs.org">
3131
<img src="https://api.securityscorecards.dev/projects/github.com/nodejs/nodejs.org/badge" alt="nodejs.org scorecard badge" />
3232
</a>
33-
<a href="http://commitizen.github.io/cz-cli/" alt="Commitizen friendly">
34-
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
35-
</a>
3633
<br />
3734
<br />
3835
</p>

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@eslint/js": "~9.16.0",
4444
"@types/eslint__js": "8.42.3",
4545
"@types/node": "22.10.1",
46-
"commitizen": "4.3.1",
4746
"cz-conventional-changelog": "3.3.0",
4847
"eslint": "~9.16.0",
4948
"eslint-plugin-import-x": "~4.4.3",

0 commit comments

Comments
 (0)