|
1 | | -# Monday, XXX |
| 1 | +# Week of Monday, XXX |
2 | 2 |
|
3 | 3 | - [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones) |
4 | 4 | - [ ] Go through telemetry for GDPR |
5 | 5 | - [ ] Go through all [merged pull requests](https://github.com/Microsoft/vscode-python/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged) and add the [`validate fix` label](https://github.com/Microsoft/vscode-python/labels/validate%20fix) as appropriate as well as checking for news entries |
| 6 | +- [ ] Triage [unverified issues](https://github.com/Microsoft/vscode-python/labels/needs%20verification) |
6 | 7 |
|
7 | 8 | ## Planning |
8 | 9 | - [ ] Evaluate if TypeScript usage needs updating to sync with VS Code's usage |
|
12 | 13 | - [ ] Make sure all issues for this [milestone](https://github.com/Microsoft/vscode-python/milestones) are assigned |
13 | 14 | - [ ] Close issues that have [needed more info](https://github.com/Microsoft/vscode-python/issues?q=is%3Aopen+label%3A%22needs+more+info%22+sort%3Aupdated-asc) for over a month |
14 | 15 |
|
15 | | -# Monday, XXX |
| 16 | +# Week of Monday, XXX |
16 | 17 |
|
17 | 18 | - [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones) |
18 | 19 | - [ ] Go through telemetry for GDPR |
19 | 20 | - [ ] Go through all [merged pull requests](https://github.com/Microsoft/vscode-python/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged) and add the [`validate fix` label](https://github.com/Microsoft/vscode-python/labels/validate%20fix) as appropriate as well as checking for news entries |
| 21 | +- [ ] Triage [unverified issues](https://github.com/Microsoft/vscode-python/labels/needs%20verification) |
20 | 22 |
|
21 | 23 | ## Planning |
22 | 24 | - [ ] Check if there have been no performance regressions |
23 | 25 | - [ ] Read through [VS Code's iteration plan](https://github.com/Microsoft/vscode/labels/iteration-plan) (it may still be a [draft](https://github.com/Microsoft/vscode/labels/iteration-plan-draft)) |
24 | 26 |
|
25 | | -# Monday, XXX |
| 27 | +# Week of Monday, XXX |
26 | 28 |
|
27 | 29 | - [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones) |
28 | 30 | - [ ] Go through telemetry for GDPR |
29 | 31 | - [ ] Go through all [merged pull requests](https://github.com/Microsoft/vscode-python/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged) and add the [`validate fix` label](https://github.com/Microsoft/vscode-python/labels/validate%20fix) as appropriate as well as checking for news entries |
| 32 | +- [ ] Triage [unverified issues](https://github.com/Microsoft/vscode-python/labels/needs%20verification) |
30 | 33 |
|
31 | 34 | ## Legal |
32 | 35 | - [ ] Announce the lock-down of dependencies for this release |
|
37 | 40 | - [ ] Announce the beta [development build](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md#development-build) (along with how to help [validate fixes](https://github.com/Microsoft/vscode-python/issues?q=label%3A%22validate+fix%22+is%3Aclosed)) |
38 | 41 | - [ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs) |
39 | 42 |
|
40 | | -# Monday, XXX |
| 43 | +# Week of Monday, XXX |
41 | 44 |
|
42 | 45 | - [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones) |
43 | 46 | - [ ] Go through telemetry for GDPR |
44 | 47 | - [ ] Merge any last-minute [pull requests](https://github.com/Microsoft/vscode-python/pulls) |
45 | 48 | - [ ] Go through all [merged pull requests](https://github.com/Microsoft/vscode-python/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged) and add the [`validate fix` label](https://github.com/Microsoft/vscode-python/labels/validate%20fix) as appropriate as well as checking for news entries |
| 49 | +- [ ] Triage [unverified issues](https://github.com/Microsoft/vscode-python/labels/needs%20verification) |
46 | 50 |
|
47 | 51 | ## Prep for the release candidate |
48 | 52 | - [ ] Announce feature freeze |
|
59 | 63 | - [ ] Make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files) |
60 | 64 | - [ ] Make sure the [appropriate pull requests](https://github.com/microsoft/vscode-docs/pulls) for the [documentation](https://code.visualstudio.com/docs/python/python-tutorial) -- including the [WOW](https://code.visualstudio.com/docs/languages/python) page -- are ready |
61 | 65 |
|
62 | | -# Wednesday, XXX (hopefully 😉) |
63 | | - |
64 | 66 | ## Release |
65 | 67 | - [ ] Update the [changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md) (including the names of external contributors & projects) |
66 | 68 | - [ ] Update the [version](https://github.com/Microsoft/vscode-python/blob/master/package.json) number to be final |
|
72 | 74 | - [ ] Publish the [blog](http://aka.ms/pythonblog) post |
73 | 75 | - [ ] Create a [release](https://github.com/Microsoft/vscode-python/releases) on GitHub (which creates an appropriate git tag) |
74 | 76 |
|
75 | | -## Prep for the next release |
| 77 | +## Prep for the _next_ release |
76 | 78 | - [ ] Bump the [version](https://github.com/Microsoft/vscode-python/blob/master/package.json) number to the next `alpha` |
77 | 79 | - [ ] Make sure the next **two** [milestones](https://github.com/Microsoft/vscode-python/milestones) exist |
78 | 80 | - [ ] Lift the feature freeze |
79 | 81 | - [ ] Create a new [release plan](https://github.com/Microsoft/vscode-python/labels/release%20plan) |
80 | 82 |
|
81 | | -## Clean up after this release |
| 83 | +## Clean up after _this_ release |
82 | 84 | - [ ] Clean up any straggling [fixed issues needing validation](https://github.com/Microsoft/vscode-python/issues?q=label%3A%22validate+fix%22+is%3Aclosed) |
83 | 85 | - [ ] Close the (now) old [milestone](https://github.com/Microsoft/vscode-python/labels/release%20plan) |
84 | 86 | - [ ] Delete the previous releases' [branch](https://github.com/Microsoft/vscode-python/branches) |
0 commit comments