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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@
16
16
17
17
# Release candidate (Monday before release)
18
18
19
-
-[ ] Announce feature freeze
20
19
-[ ] Ensure all new feature usages are tracked via telemetry
21
20
-[ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
22
21
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) is up-to-date
@@ -37,7 +36,7 @@
37
36
# Final (near a VS Code release)
38
37
39
38
## Preparation
40
-
[Final PR should be against the `release` branch and then cherrypicked into `master`]
39
+
[Final PR should be against the `release` branch]
41
40
42
41
-[ ] 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
43
42
-[ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
@@ -61,10 +60,10 @@
61
60
-[ ] Publish the [blog](http://aka.ms/pythonblog) post
62
61
-[ ] Create a [release](https://github.com/Microsoft/vscode-python/releases) on GitHub (which creates an appropriate git tag)
63
62
-[ ] Determine if a hotfix is needed
63
+
-[ ] Merge `release` back into `master`
64
64
65
65
## Prep for the _next_ release
66
66
-[ ] Bump the [version](https://github.com/Microsoft/vscode-python/blob/master/package.json) number to the next `alpha`
67
-
-[ ] Lift the feature freeze
68
67
-[ ] Create a new [release plan](https://github.com/Microsoft/vscode-python/edit/master/.github/release_plan.md)
0 commit comments