Upload to Bitrise Step can't handle empty CHANGELOG.md

The problem is the following:
I have a build that was triggered by a git tag creation, let’s say it’s 1.1.2. Right after that, I decided to create another tag 1.1.3, but this last build caused by git tag 1.1.3 creation has failed because of the empty CHANGELOG.md generated by the “Generate changelog” step and “Upload to Bitrise Step” can’t handle empty CHANGELOG.md

So, I have the following list of files to deploy

  • /Users/vagrant/deploy/CHANGELOG.md
  • /Users/vagrant/deploy/app-release.apk
  • /Users/vagrant/deploy/app.aab

app.aab and app-release.apk uploaded successfully, but CHANGELOG.md had 0b size, so the whole step has failed and the build as well

I’m using the env var $BITRISE_CHANGELOG generated by this step for a slack message.

versions:
generate-changelog 0.9.0
deploy-to-bitrise-io 1.9.1

P.S.
I’ve asked you guys about this issue in Bitrise Chat, but you don’t seem to be reading it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.