|
| 1 | +### General Notes |
1 | 2 | All dates should align with VS Code's [iteration](https://github.com/microsoft/vscode/labels/iteration-plan) and [endgame](https://github.com/microsoft/vscode/labels/endgame-plan) plans.
|
2 | 3 |
|
3 | 4 | Feature freeze is Monday @ 17:00 America/Vancouver, XXX XX. At that point, commits to `main` should only be in response to bugs found during endgame testing until the release candidate is ready.
|
4 | 5 |
|
| 6 | +<details> |
| 7 | + <summary>Release Primary and Secondary Assignments for the 2024 Calendar Year</summary> |
5 | 8 |
|
6 |
| -NOTE: the number of this release is in the issue title and can be substituted in wherever you see [YYYY.minor]. |
| 9 | +| Month | Primary | Secondary | |
| 10 | +|:----------|:----------|:------------| |
| 11 | +| ~~January~~ | ~~Eleanor~~ | ~~Karthik~~ | |
| 12 | +| February | Kartik | Anthony | |
| 13 | +| March | Karthik | Eleanor | |
| 14 | +| April | Paula | Kartik | |
| 15 | +| May | Anthony | Karthik | |
| 16 | +| June | Eleanor | Paula | |
| 17 | +| July | Anthony | Karthik | |
| 18 | +| August | Paula | Kartik | |
| 19 | +| September | Anthony | Eleanor | |
| 20 | +| October | Paula | Kartik | |
| 21 | +| November | Kartik | Eleanor | |
| 22 | +| December | Karthik | Anthony | |
| 23 | + |
| 24 | +</details> |
7 | 25 |
|
8 | 26 |
|
9 | 27 | # Release candidate (Monday, XXX XX)
|
10 | 28 |
|
11 | 29 | NOTE: Third Party Notices are automatically added by our build pipelines using https://tools.opensource.microsoft.com/notice.
|
| 30 | +NOTE: the number of this release is in the issue title and can be substituted in wherever you see [YYYY.minor]. |
| 31 | + |
12 | 32 |
|
13 | 33 | ### Step 1:
|
14 | 34 | ##### 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 🥶)
|
|
0 commit comments