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_plan.md #20351
Update release_plan.md #20351
Conversation
| ##### Bump the version of `main` to be a release candidate (also updating debugpy dependences, third party notices, and package-lock.json).❄️ | ||
|
|
||
| - [ ] `git fetch` to ensure you are up to date with `main` on your local machine. | ||
| - [ ] Create a new branch called **`bump-release-[YYYY.minor]`**. |
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.
added in a naming scheme for all branches one creates to hopefully clarify their functionality and lifespan. Open to suggestions on the naming conventions so plz let me know if you think of something better.
.github/release_plan.md
Outdated
| - [ ] Begin drafting a [blog](http://aka.ms/pythonblog) post. Contact the PM team for this. | ||
| NOTE: Third Party Notices are automatically added by our build pipelines using https://tools.opensource.microsoft.com/notice. | ||
|
|
||
| ### Step 1: |
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.
broke the doc down into these "steps" which I thought provided more separation between the different actions taken then the previous format but let me know if this makes it more confusing.
|
|
||
| NOTE: this PR should be passing CI and will return `main` to passing CI from step 1. | ||
|
|
||
| ### Step 5: Notifications and Checks on External Release Factors |
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.
Had trouble naming this step- very open to suggestions
Co-authored-by: Brett Cannon <brcan@microsoft.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Brett Cannon <brcan@microsoft.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Hello! I went through and made edits to try and help clarify the release process and all the different branches and PRs that we are creating/keeping track of. I wrote it in a way that makes the most sense to me but please let me know where it is confusing for you.
@paulacamargo25 could you review this first, make edits, and then add @brettcannon as a reviewer?
Thanks!