Skip to content

Commit a416294

Browse files
authored
Add issue verification to the release plan
1 parent f5c68d2 commit a416294

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/release_plan.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Monday, XXX
1+
# Week of Monday, XXX
22

33
- [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones)
44
- [ ] Go through telemetry for GDPR
55
- [ ] 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)
67

78
## Planning
89
- [ ] Evaluate if TypeScript usage needs updating to sync with VS Code's usage
@@ -12,21 +13,23 @@
1213
- [ ] Make sure all issues for this [milestone](https://github.com/Microsoft/vscode-python/milestones) are assigned
1314
- [ ] 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
1415

15-
# Monday, XXX
16+
# Week of Monday, XXX
1617

1718
- [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones)
1819
- [ ] Go through telemetry for GDPR
1920
- [ ] 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)
2022

2123
## Planning
2224
- [ ] Check if there have been no performance regressions
2325
- [ ] 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))
2426

25-
# Monday, XXX
27+
# Week of Monday, XXX
2628

2729
- [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones)
2830
- [ ] Go through telemetry for GDPR
2931
- [ ] 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)
3033

3134
## Legal
3235
- [ ] Announce the lock-down of dependencies for this release
@@ -37,12 +40,13 @@
3740
- [ ] 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))
3841
- [ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs)
3942

40-
# Monday, XXX
43+
# Week of Monday, XXX
4144

4245
- [ ] Review the state of the current [milestone](https://github.com/Microsoft/vscode-python/milestones)
4346
- [ ] Go through telemetry for GDPR
4447
- [ ] Merge any last-minute [pull requests](https://github.com/Microsoft/vscode-python/pulls)
4548
- [ ] 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)
4650

4751
## Prep for the release candidate
4852
- [ ] Announce feature freeze
@@ -59,8 +63,6 @@
5963
- [ ] Make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
6064
- [ ] 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
6165

62-
# Wednesday, XXX (hopefully 😉)
63-
6466
## Release
6567
- [ ] Update the [changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md) (including the names of external contributors & projects)
6668
- [ ] Update the [version](https://github.com/Microsoft/vscode-python/blob/master/package.json) number to be final
@@ -72,13 +74,13 @@
7274
- [ ] Publish the [blog](http://aka.ms/pythonblog) post
7375
- [ ] Create a [release](https://github.com/Microsoft/vscode-python/releases) on GitHub (which creates an appropriate git tag)
7476

75-
## Prep for the next release
77+
## Prep for the _next_ release
7678
- [ ] Bump the [version](https://github.com/Microsoft/vscode-python/blob/master/package.json) number to the next `alpha`
7779
- [ ] Make sure the next **two** [milestones](https://github.com/Microsoft/vscode-python/milestones) exist
7880
- [ ] Lift the feature freeze
7981
- [ ] Create a new [release plan](https://github.com/Microsoft/vscode-python/labels/release%20plan)
8082

81-
## Clean up after this release
83+
## Clean up after _this_ release
8284
- [ ] Clean up any straggling [fixed issues needing validation](https://github.com/Microsoft/vscode-python/issues?q=label%3A%22validate+fix%22+is%3Aclosed)
8385
- [ ] Close the (now) old [milestone](https://github.com/Microsoft/vscode-python/labels/release%20plan)
8486
- [ ] Delete the previous releases' [branch](https://github.com/Microsoft/vscode-python/branches)

0 commit comments

Comments
 (0)