Skip to content

Commit

Permalink
[#493] Generate release notes when uploading builds to Firebase/TestF…
Browse files Browse the repository at this point in the history
…light
  • Loading branch information
markgravity committed Dec 20, 2024
1 parent c44cb6c commit ebaf13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_upload_build_to_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Create Release Note
run: |
echo "Here is: "
git log -1 --merges
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "$(git log -1 | grep -o "\[.*")" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit ebaf13e

Please sign in to comment.