I usually do tagging using this command
git tag -a v0.0.1
After the command running, the terminal will display input for tag messages, I input some messages in it then push tag to origin.
My question is, how I get those message? Currently I use Generate Changelog step but it’s not working. Also I tried using exposed variable $BITRISE_GIT_MESSAGE but it’s only provide message from last git commit in the tag.