Skip to content

Commit

Permalink
update(git): commit lint tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 1, 2021
1 parent c25fa6e commit 161e9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notes/programming/tools/git/gitBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ git commit --amend -a -v
### Commit Style Guide

- [Conventional Commits Specification](https://github.com/conventional-commits/conventionalcommits.org)
- [Standard Version: Automate versioning and CHANGELOG generation](https://github.com/conventional-changelog/standard-version)
- [Commit Lint](https://github.com/conventional-changelog/commitlint)
- [Commitizen: Conventional commits CLI tool](https://github.com/commitizen/cz-cli)
- [Standard Version: Automate versioning and CHANGELOG generation](https://github.com/conventional-changelog/standard-version)

```bash
npm i -D standard-version
Expand Down

0 comments on commit 161e9f7

Please sign in to comment.