Compare commits

...

1 Commits
0.1.0 ... main

Author SHA1 Message Date
636fdecdcc ci: 💚 generate current changelog in correct file
Some checks failed
continuous-integration/drone/push Build is failing
2024-06-27 16:31:02 +02:00

View File

@ -13,7 +13,7 @@ steps:
- git fetch --tags
- cz bump --annotated-tag --yes || (echo "An error occured while bumping the tag." && exit 0)
- git push --follow-tags
- (cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md) || (echo "An error occured while generating the changelog." && exit 0)
- cz changelog $(cz version -p) --file-name CZ_CURRENT_CHANGELOG.md || (echo "An error occured while generating the changelog." && exit 0)
environment:
GIT_PASSWORD:
from_secret: git_token