Skip to content

Commit ed61651

Browse files
Update release plan (#23431)
1 parent 312d9ef commit ed61651

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/release_plan.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Feature freeze is Monday @ 17:00 America/Vancouver, XXX XX. At that point, commi
1111
✅ | ~~January~~ | ~~Eleanor~~ | ~~Karthik~~ |
1212
✅ | ~~February~~ | ~~Kartik~~ | ~~Anthony~~ |
1313
✅| ~~March~~ | ~~Karthik~~ | ~~Eleanor~~ |
14-
| April | Paula | Eleanor |
14+
✅| ~~April~~ | ~~Paula~~ | ~~Eleanor~~ |
1515
| May | Anthony | Karthik |
1616
| June | Eleanor | Paula |
1717
| July | Anthony | Karthik |
@@ -36,13 +36,12 @@ NOTE: the number of this release is in the issue title and can be substituted in
3636

3737

3838
### Step 1:
39-
##### Bump the version of `main` to be a release candidate (also updating debugpy dependences, third party notices, and package-lock.json).❄️ (steps with ❄️ will dictate this step happens while main is frozen 🥶)
39+
##### Bump the version of `main` to be a release candidate (also updating third party notices, and package-lock.json).❄️ (steps with ❄️ will dictate this step happens while main is frozen 🥶)
4040

4141
- [ ] checkout to `main` on your local machine and run `git fetch` to ensure your local is up to date with the remote repo.
4242
- [ ] Create a new branch called **`bump-release-[YYYY.minor]`**.
4343
- [ ] Change the version in `package.json` to the next **even** number and switch the `-dev` to `-rc`. (🤖)
4444
- [ ] Run `npm install` to make sure `package-lock.json` is up-to-date _(you should now see changes to the `package.json` and `package-lock.json` at this point which update the version number **only**)_. (🤖)
45-
- [ ] Check [debugpy on PyPI](https://pypi.org/project/debugpy/) for a new release and update the version of debugpy in [`install_debugpy.py`](https://github.com/microsoft/vscode-python/blob/main/python_files/install_debugpy.py) if necessary.
4645
- [ ] Update `ThirdPartyNotices-Repository.txt` as appropriate. You can check by looking at the [commit history](https://github.com/microsoft/vscode-python/commits/main) and scrolling through to see if there's anything listed there which might have pulled in some code directly into the repository from somewhere else. If you are still unsure you can check with the team.
4746
- [ ] Create a PR from your branch **`bump-release-[YYYY.minor]`** to `main`. Add the `"no change-log"` tag to the PR so it does not show up on the release notes before merging it.
4847

@@ -141,4 +140,4 @@ NOTE: this PR should make all CI relating to `main` be passing again (such as th
141140
## Prep for the _next_ release
142141

143142
- [ ] Create a new [release plan](https://raw.githubusercontent.com/microsoft/vscode-python/main/.github/release_plan.md). (🤖)
144-
- [ ] [(Un-)pin](https://help.github.com/en/articles/pinning-an-issue-to-your-repository) [release plan issues](https://github.com/Microsoft/vscode-python/labels/release%20plan) (🤖)
143+
- [ ] [(Un-)pin](https://help.github.com/en/articles/pinning-an-issue-to-your-repository) [release plan issues](https://github.com/Microsoft/vscode-python/labels/release-plan) (🤖)

0 commit comments

Comments
 (0)