-
Notifications
You must be signed in to change notification settings - Fork 4
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 and add "release notes" when distributing new builds on Firebase (staging and production) #198
Comments
@doannimble we can compared with this plugin https://github.com/marketplace/actions/generate-changelog |
@luongvo @doannimble I just noticed that the merged commit messages differ between GitHub and Bitbucket. => WHen using that command on Bitbucket, I can get In Github, we cannot get the title of the PR by using the above command, but instead what we get is the last commit message of the PR, like #270 PoW. In my opinion, if we are unable to obtain the PR title, we should not display the last commit message of the PR. As an alternative solution, we could include the branch name in the release note. For instance, we could present The command can become:
Typically, our branch name consists of the ticket ID and ticket title. The PM can rely on this information to determine what will be included in the build. What do you think? ====== After |
…aging [IGNORE][#198] Add test staging
…base-deploy [#198] Generate and add "release notes" when distributing new builds on Firebase (staging and production)
Why
Currently, the template supports existing CD workflows to distribute new builds to Firebase. There is a space for improvement to have
release notes
on each build to clarify what is being covered with the new update for the PM and testers instead of showing the default release notes.Solution: available solutions from TPC
after merging a PR to
develop
:after merging a release PR to
main
Who Benefits?
PM and Testers
The text was updated successfully, but these errors were encountered: