Compare commits

...

2 Commits

Author SHA1 Message Date
e9b1290802 Merge branch 'main' of https://gitea.dikurium.ch/InnoPeak/drone-gitea-release
Some checks failed
continuous-integration/drone/push Build is failing
2024-06-27 16:30:59 +02:00
94399be7e5 ci: 💚 generate current changelog in correct file 2024-06-27 16:30:58 +02:00

View File

@ -14,7 +14,7 @@ steps:
- pip install -U Commitizen
- cz bump --annotated-tag --yes
- git push --follow-tags
- cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog."
- cz changelog $(cz version -p) --file-name CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog."
environment:
GIT_USERNAME:
from_secret: git_username