From 636fdecdccd3ebdd8ce102e61bd83487911caed7 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 27 Jun 2024 16:31:02 +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 3c9a8f3..4ea0913 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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