Is it possible to get the git commit log or something uploaded as version “Release Notes” to Hockey App? This step is great, but each version uploaded gets empty notes.
2 Likes
This is a duplicate of Inject CHANGELOG in the note · Issue #23 · bitrise-steplib/steps-hockeyapp-deploy · GitHub right?
This is possible like this:
Then, if you use the script from that How To, you can use the $GIT_RELEASE_NOTES
env var e.g. in the Hockey App step’s Notes attached to the deploy input option (https://github.com/bitrise-io/steps-hockeyapp-deploy/blob/8d61570324bffe395c3a632c8cc968b7b139253a/step.yml#L90).
Please let us know if you’d have any questions!
P.S.: the script there will collect commits based on tags. If you don’t use tags you’ll have to use a different git
command to collect the log, but sharing it as env var works the same way.