Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove vestigial commitizen references #7317

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading