-
Notifications
You must be signed in to change notification settings - Fork 99
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
Update release-process.md #4840
Conversation
Thanks @jkotalik for updating it !. |
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.
@@ -227,7 +236,7 @@ Let's say we have a bug in a release which needs to be patched for an already cr | |||
git checkout release/0.<VERSION> | |||
git checkout -b <USERNAME>/<BRANCHNAME> | |||
``` | |||
3. Cherry-pick the commit that is on `main` onto the branch. | |||
3. Cherry-pick the commit that is on `main` onto the branch. PLEASE USE `-x` HERE TO ENSURE VERSION HISTORY IS PRESERVED. |
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 really like how mature and specific these directions have become. Especially how we include a verification as part of each step 👍
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.
Can't tell if this is sarcastic or not 😄
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.
Not sarcastic. Rotating the responsibility through the team has really improved our docs for this.
- Making flow a bit more seamless - Asking @willdavsmith the issues he hit with wrong versions from rad version - Clarity on doc release process and making it consistent - Ensuring this flow works with @lakshmimsft driving the release tomorrow
TODO: