From 94399be7e52f59cd412bf68a7c6a3ab97060dd44 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 27 Jun 2024 16:30:58 +0200 Subject: [PATCH] ci: :green_heart: generate current changelog in correct file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 37ec6b6..c236089 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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