Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuowendong/commitlint-cli-demo
how to use commitlint-cli
https://github.com/zuowendong/commitlint-cli-demo
Last synced: about 2 months ago
JSON representation
how to use commitlint-cli
- Host: GitHub
- URL: https://github.com/zuowendong/commitlint-cli-demo
- Owner: zuowendong
- Created: 2024-02-02T02:40:30.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-29T08:00:23.000Z (10 months ago)
- Last Synced: 2024-05-31T15:45:08.980Z (7 months ago)
- Language: TypeScript
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
1. 采用 [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) 作为 git hooks 的方案 更轻量级
2. 采用 [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog) 生成 changelog 可以通过脚本控制,使用[示例](https://github.com/vuejs/core/blob/main/scripts/release.js)