Include Branch and Commit names in Release Notes #1244
-
Hi! Can anyone tell how to add branch name and commit name in release notes when distributing to Firebase and Testflight? |
Beta Was this translation helpful? Give feedback.
Answered by
K-Codemagic
Dec 20, 2022
Replies: 1 comment 2 replies
-
You can create a script to add details in the release_notes. Something like this:
and then add that to the release_notes.json using cat or sed. Example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vovaklh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create a script to add details in the release_notes. Something like this:
and then add that to the release_notes.json using cat or sed. Example: