Skip to content

Commit

Permalink
chore: remove vestigial commitizen references (nodejs#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Dec 9, 2024
1 parent 02b7307 commit 14737ec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
<a title="scorecard" href="https://securityscorecards.dev/viewer/?uri=github.com/nodejs/nodejs.org">
<img src="https://api.securityscorecards.dev/projects/github.com/nodejs/nodejs.org/badge" alt="nodejs.org scorecard badge" />
</a>
<a href="http://commitizen.github.io/cz-cli/" alt="Commitizen friendly">
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
</a>
<br />
<br />
</p>
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14737ec

Please sign in to comment.