V1.0.0
Customization
touch conventional_commits_check_config.yaml
To add custom commit types and emojis, update your conventional_commits_check_config.yaml
file with the additional_commands and additional_emojis fields. Here's an example:
additional_commands:
database: "^database(\\(.+\\))?:"
design: "^design(\\(.+\\))?:"
additional_emojis:
database: "🗃️"
design: "🎨"