You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/release_plan.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Feature freeze is Monday @ 17:00 America/Vancouver, XXX XX. At that point, commi
11
11
✅ | ~~January~~ | ~~Eleanor~~ | ~~Karthik~~ |
12
12
✅ | ~~February~~ | ~~Kartik~~ | ~~Anthony~~ |
13
13
✅| ~~March~~ | ~~Karthik~~ | ~~Eleanor~~ |
14
-
|April | Paula | Eleanor |
14
+
✅| ~~April~~ | ~~Paula~~ | ~~Eleanor~~ |
15
15
| May | Anthony | Karthik |
16
16
| June | Eleanor | Paula |
17
17
| July | Anthony | Karthik |
@@ -36,13 +36,12 @@ NOTE: the number of this release is in the issue title and can be substituted in
36
36
37
37
38
38
### 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 🥶)
40
40
41
41
-[ ] checkout to `main` on your local machine and run `git fetch` to ensure your local is up to date with the remote repo.
42
42
-[ ] Create a new branch called **`bump-release-[YYYY.minor]`**.
43
43
-[ ] Change the version in `package.json` to the next **even** number and switch the `-dev` to `-rc`. (🤖)
44
44
-[ ] 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.
46
45
-[ ] 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.
47
46
-[ ] 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.
48
47
@@ -141,4 +140,4 @@ NOTE: this PR should make all CI relating to `main` be passing again (such as th
141
140
## Prep for the _next_ release
142
141
143
142
-[ ] 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