Skip to content

Releases: commitizen-tools/setup-cz

v0.9.0

07 Apr 09:34

Choose a tag to compare

v0.9.0 (2026-04-07)

Feat

  • allow git user and email configuration

v0.8.0

02 Apr 14:26

Choose a tag to compare

v0.8.0 (2026-04-02)

Feat

  • input: rename extra requirements to kebab case
  • Input extra_requirements has been renamed to extra-requirement
    to follow github actions conventions. The camel case version will be removed in v1

Fix

  • examples: Remove unnecesary comment

v0.7.1

31 Mar 11:38

Choose a tag to compare

v0.7.1 (2026-03-31)

Fix

  • ci: use gh in our own release cycle
  • nix: bump flake.lock
  • example: use gh cli for release instead of external action
  • examples: improve trigger-other-job

v0.7.0

12 Jan 16:13

Choose a tag to compare

v0.7.0 (2026-01-12)

Feat

  • action: add default git config

v0.6.0

27 Nov 10:51

Choose a tag to compare

v0.6.0 (2025-11-27)

Feat

  • inputs: Expose python-version param

v0.5.2

25 Nov 16:13

Choose a tag to compare

v0.5.2 (2025-11-25)

Fix

  • use pip as module

v0.5.1

25 Nov 16:09

Choose a tag to compare

v0.5.1 (2025-11-25)

Fix

  • use github-script which has more support than python shell

v0.5.0

25 Nov 15:58

Choose a tag to compare

v0.5.0 (2025-11-25)

BREAKING CHANGE

  • cache input is removed, as it's not adding any benefit
    and increases complexity. pip deps are not being cached

Fix

  • remove unnecessary cache input

v0.4.1

21 Nov 10:23

Choose a tag to compare

v0.4.1 (2025-11-21)

Fix

  • docs: remove workaround on diagram

v0.4.0

21 Nov 10:19

Choose a tag to compare

v0.4.0 (2025-11-21)

Feat

  • examples: add a new more in-depth example