-
Notifications
You must be signed in to change notification settings - Fork 90
docs(release): add release process guide for internal contributors #19543
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
base: master
Are you sure you want to change the base?
Conversation
✔️ status-desktop/e2e/prs-windowsPR19543 🔹 ~24 min 🔹 3729a85 🔹 📦 tests/e2e-windows package |
noeliaSD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! I’ve added one comment, and everything else LGTM.
docs/internal/release-process.md
Outdated
|
|
||
| 9. Fixes for issues identified during the RC phase **must** be worked on and committed on the release branch **first**. | ||
|
|
||
| 10. Once a fix has been applied to the release branch, it **must** be ported to the master branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also clarify who is responsible for this step. Should the same developer who merged the commits into the release branch create the corresponding cherry-pick PR to master once it’s integrated? Or will there be a designated person during this phase to review everything added to the release and ensure it is properly ported back to master?
✔️ status-desktop/prs/linux/x86_64/tests-ui/PR-19543#2 🔹 ~13 min 🔹 7bb8695 🔹 📦 tests/ui package |
7bb8695 to
6204fc0
Compare
✔️ status-desktop/prs/android/arm64/package/PR-19543#3 🔹 ~9 min 26 sec 🔹 6204fc0 🔹 📦 android/arm64 package |
✔️ status-desktop/prs/linux/x86_64/tests-ui/PR-19543#3 🔹 ~15 min 🔹 6204fc0 🔹 📦 tests/ui package |
✔️ status-desktop/e2e/prs-windowsPR19543 🔹 ~24 min 🔹 7bb8695 🔹 📦 tests/e2e-windows package |
✔️ status-desktop/e2e/prspr19543 🔹 ~15 min 🔹 6204fc0 🔹 📦 tests/e2e package |
✔️ status-desktop/e2e/prs-windowsPR19543 🔹 ~22 min 🔹 6204fc0 🔹 📦 tests/e2e-windows package |
Adds a new internal guide called "Release Process Guide" detailing how released ought to be done.
Please review and give any feedback