ci: 💚 add --yes to cz bump
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
RaviAnand Mohabir 2024-06-25 12:26:34 +02:00
parent 1f9585e74d
commit 581c91e7b9

View File

@ -12,7 +12,7 @@ steps:
- git config --global --add --bool push.autoSetupRemote true
- git fetch --tags
- pip install -U Commitizen
- cz bump
- cz bump --yes
- git push --follow-tags
- cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md
environment: