-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate release notes when uploading builds to Firebase/TestFlight #493
Labels
Comments
minhnimble
changed the title
Generate release notes when creating builds to Firebase/TestFlight
Generate release notes when uploading builds to Firebase/TestFlight
Jul 6, 2023
@minhnimble I think we have already done that, right? |
@markgravity right now I believe we only completed the following:
|
I can see that, let me work on it 💪 |
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
markgravity
added a commit
that referenced
this issue
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
As the majorities vote for this feature proposal, it is beneficial to create release notes automatically via the CD pipeline when deploying builds to Firebase/TestFlight.
Acceptance Criteria
Support generating release notes for both of the following cases:
echo "RELEASE_NOTE_CONTENT="$((git log -1 --merges | grep "\[") | grep . && echo "" || echo $(git log -1 --merges --format=%B))""
echo "RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")""
Who Benefits?
iOS Team Leads
The text was updated successfully, but these errors were encountered: