Skip to content

Commit

Permalink
docs: point former conventional-changelog-lint links to commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Dec 10, 2017
1 parent c02b5b8 commit 3ce3b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/README.md
Expand Up @@ -117,7 +117,7 @@ message="chore(release): %s :tada:"
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions
- [conventional-changelog-lint](https://github.com/marionebl/conventional-changelog-lint) - Lint commit messages against your conventional-changelog preset
- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages


## License
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/README.md
Expand Up @@ -63,7 +63,7 @@ It's recommended to use a preset so you don't have to define everything yourself
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions
- [conventional-changelog-lint](https://github.com/marionebl/conventional-changelog-lint) - Lint commit messages against your conventional-changelog preset
- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages


## License
Expand Down

0 comments on commit 3ce3b14

Please sign in to comment.