Skip to content

Commit cfbb353

Browse files
committed
docs: add ccval to the about page
1 parent 7d293dc commit cfbb353

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The first draft of this specification has been written in collaboration with som
2828
* [php-commitizen](https://github.com/damianopetrungaro/php-commitizen): A PHP tool built to create commit messages following the Conventional Commits specs.
2929
Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects.
3030
* [php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog): a tool built to generate a changelog from a project's committing history messages and metadata and automate versioning with Semver, following Conventional Commits specs. Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects.
31+
* [ccval](https://github.com/andrey-fomin/ccval): a tool for validating Conventional Commits messages, available as a command-line tool, Docker image, and GitHub Action.
3132
* [conventional-commits](https://github.com/ramsey/conventional-commits): A PHP library for creating and validating commit messages according to the Conventional Commits specification.
3233
* [sh-conventional-commits](https://github.com/joaobsjunior/sh-conventional-commits) A hook that locally validates commit messages, checking if they follow the conventional commit pattern. The project also includes a shell script for generating semantic versions through conventional commits.
3334
* [commitlint](https://github.com/conventional-changelog/commitlint): A linter to check that your commit messages meet the Conventional Commits format.

0 commit comments

Comments
 (0)