diff --git a/.drone.yml b/.drone.yml index 0a59c03..c8ab510 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,13 +14,12 @@ steps: - pip install -U Commitizen - cz bump --annotated-tag --yes - git push --follow-tags - - cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md + - cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog." environment: GIT_USERNAME: from_secret: git_username GIT_PASSWORD: from_secret: git_password - failure: ignore - name: publish Docker image image: plugins/docker settings: @@ -42,8 +41,7 @@ steps: notes_file: CZ_CURRENT_CHANGELOG.md owner: innopeak repo: drone-gitea-release - depends_on: - - bump tag + skip_if_no_notes_file: true trigger: branch: