Releases: commitizen-tools/commitizen-action
Releases · commitizen-tools/commitizen-action
0.17.0
0.16.3
0.16.2
0.16.1
0.16.0
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
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
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
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
0.14.0 (2022-07-05)
Fix
- remove bad comma
Feat
- add increment option
0.13.2
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