Skip to content

Releases: AliYmn/conventional-commits-check

V2.0.0

16 Apr 21:41
Compare
Choose a tag to compare

V1.0.4

15 Jun 11:07
Compare
Choose a tag to compare
🐛 fix: commits_check_config.yaml added

V1.0.0

28 Mar 15:41
Compare
Choose a tag to compare

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