diff --git a/.cz.yaml b/.cz.yaml new file mode 100644 index 0000000..35aa66f --- /dev/null +++ b/.cz.yaml @@ -0,0 +1,8 @@ +--- +commitizen: + major_version_zero: true + name: cz_gitmoji + tag_format: $version + update_changelog_on_bump: true + version: 0.0.1 + version_scheme: semver2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3fc319d..4fb8e19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -92,3 +92,8 @@ repos: exclude: \.(terraform/.*|terragrunt-cache)$ args: - --hook-config=--parallelism-ci-cpu-cores=2 + +- repo: https://github.com/ljnsn/cz-conventional-gitmoji + rev: v0.3.2 + hooks: + - id: conventional-gitmoji