Skip to content

V1.0.0

Compare
Choose a tag to compare
@AliYmn AliYmn released this 28 Mar 15:41
· 54 commits to master since this release

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: "🎨"