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

commitizen cz-conventional-changelog #156

Open
yongheng2016 opened this issue Apr 6, 2023 · 0 comments
Open

commitizen cz-conventional-changelog #156

yongheng2016 opened this issue Apr 6, 2023 · 0 comments

Comments

@yongheng2016
Copy link
Owner

yongheng2016 commented Apr 6, 2023

  • 安装
pnpm install -wD commitizen cz-conventional-changelog
  • 更新package.json配置
"scripts": {
  "commit": "cz"
},
"config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  • 接下来就可以使用 $ pnpm commit 来代替 $ git commit 进行代码提交了,看到下面的效果就表示已经安装成功了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant