Skip to content

Releases: commitizen-tools/commitizen-action

0.17.0

03 Mar 11:27
Compare
Choose a tag to compare

0.17.0 (2023-03-03)

Feat

  • add support for SSH deploy keys (#64)

[master b25384c] bump: version 0.16.3 → 0.17.0
2 files changed, 7 insertions(+), 1 deletion(-)

0.16.3

09 Feb 06:17
Compare
Choose a tag to compare

0.16.3 (2023-02-09)

Fix

  • missing libffi-dev in Dockerfile which breaks third party plugins (#60)

[master 95c0820] bump: version 0.16.2 → 0.16.3
2 files changed, 7 insertions(+), 1 deletion(-)

0.16.2

06 Feb 14:41
Compare
Choose a tag to compare

0.16.2 (2023-02-06)

Fix

  • change docker image version back to 3.8 (#59)

[master d2a8b02] bump: version 0.16.1 → 0.16.2
2 files changed, 7 insertions(+), 1 deletion(-)

0.16.1

05 Feb 11:04
Compare
Choose a tag to compare

0.16.1 (2023-02-05)

Fix

  • add safe directory to git (#57)

[master 7bf9d14] bump: version 0.16.0 → 0.16.1
2 files changed, 7 insertions(+), 1 deletion(-)

0.16.0

07 Jan 07:52
Compare
Choose a tag to compare

0.16.0 (2023-01-07)

Feat

  • entrypoing.sh: add gpg sign
  • debug: add option for debug output

Fix

  • check_consistency flag being ignored

[master c173881] bump: version 0.15.1 → 0.16.0
2 files changed, 12 insertions(+), 1 deletion(-)

0.15.1

18 Oct 05:34
Compare
Choose a tag to compare

0.15.1 (2022-10-18)

Fix

  • Port from set-output to environment files

[master e62ece2] bump: version 0.15.0 → 0.15.1
2 files changed, 7 insertions(+), 1 deletion(-)

0.15.0

04 Oct 12:03
Compare
Choose a tag to compare

0.15.0 (2022-10-04)

Feat

  • add check-consistency option

[master 2780e02] bump: version 0.14.1 → 0.15.0
2 files changed, 7 insertions(+), 1 deletion(-)

0.14.1

07 Jul 07:52
Compare
Choose a tag to compare

0.14.1 (2022-07-07)

Fix

  • Refuse to push on pull_request event
  • Don't pull or push with nothing to push
  • Print error message to stderr

0.14.0

05 Jul 12:18
Compare
Choose a tag to compare

0.14.0 (2022-07-05)

Fix

  • remove bad comma

Feat

  • add increment option

0.13.2

11 May 10:30
Compare
Choose a tag to compare

0.13.2 (2022-05-11)

Fix

  • Don't quote the > operator in entrypoint.sh
  • Follow Bash best practices in entrypoint
  • Configure git pull to rebase instead of merge

Refactor

  • Remove unnecessary --follow-tags
  • Get current Git branch more simply