Skip to content

Commit

Permalink
👷 build(.cz.yaml): add commitizen config file >>> ⏰ 2h
Browse files Browse the repository at this point in the history
install commitizen with pip install commitizen
  • Loading branch information
morga471 committed Aug 1, 2024
1 parent d78710f commit 0d87a7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cz.yaml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d87a7e

Please sign in to comment.