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
-[ ] Announce the feature freeze on both Teams and e-mail, leave enough time for teams to surface any last minute issues that need to get in before freeze. Make sure debugger and Language Server teams are looped in as well.
6
-
5
+
-[ ] Announce the feature freeze on both Teams and e-mail, leave enough time for teams to surface any last minute issues that need to get in before freeze. Make sure debugger and Language Server teams are looped in as well.
7
6
8
7
# Release candidate (Monday, XXX XX)
9
8
10
-
-[ ] Update `main` for the release
11
-
-[ ] Change the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) from a `-dev` suffix to `-rc` (🤖)
12
-
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) is up-to-date (🤖)
13
-
-[ ]Extension will pick up latest version of `debugpy`. If you need to pin to a particular version see`install_debugpy.py`.
14
-
-[ ] Update `languageServerVersion` in `package.json` to point to the latest version of the [Language Server](https://github.com/Microsoft/python-language-server). Check with the language server team if this needs updating.
-[ ] Copy over the "Thanks" section from the previous release into the "Thanks" section for the new release
18
-
-[ ] Make sure the "Thanks" section is up-to-date (e.g. compare to versions in [`requirements.txt`](https://github.com/microsoft/vscode-python/blob/main/requirements.txt))
19
-
-[ ] Touch up news entries (e.g. add missing periods)
20
-
-[ ] Check the Markdown rendering to make sure everything looks good
21
-
-[ ] Add any relevant news entries for `debugpy` and the language server if they were updated
22
-
-[ ] Update [`ThirdPartyNotices-Distribution.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Distribution.txt) by using https://tools.opensource.microsoft.com/notice (Notes for this process are in the Team OneNote under Python VS Code → Dev Process → Third-Party Notices / TPN file)
23
-
-[ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Repository.txt) as appropriate. This file is manually edited so you can check with the teams if anything needs to be added here.
24
-
-[ ] Merge pull request into `main`
25
-
-[ ] Create the [`release` branch](https://github.com/microsoft/vscode-python/branches)
26
-
-[ ] If there are `release` branches that are two versions old (e.g. release-2020.[current month - 2]) you can delete them at this time
27
-
-[ ] Create a new `release/YYYY.MM` branch from `main`
28
-
-[ ] Update `main` post-release (🤖)
29
-
-[ ] Bump the version number to the next monthly ("YYYY.MM.0-dev") release in the `main` branch
30
-
-[ ]`package.json`
31
-
-[ ]`package-lock.json`
32
-
-[ ] Create a pull request against `main`
33
-
-[ ] Merge pull request into `main`
34
-
-[ ] Announce the code freeze is over on the same channels
35
-
-[ ] Update Component Governance (Notes are in the team OneNote under Python VS Code → Dev Process → Component Governance).
36
-
-[ ] Make sure there are no active alerts
37
-
-[ ] Manually add any repository/embedded/CG-incompatible dependencies
38
-
-[ ] GDPR bookkeeping (@brettcannon) (🤖; Notes in OneNote under Python VS Code → Dev Process → GDPR)
39
-
-[ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs/issues?q=is%3Aissue+is%3Aopen+label%3Apython)
40
-
-[ ] Begin drafting a [blog](http://aka.ms/pythonblog) post. Contact the PM team for this.
41
-
-[ ] Ask CTI to test the release candidate
9
+
-[ ] Update `main` for the release
10
+
-[ ] Change the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) from a `-dev` suffix to `-rc` (🤖)
11
+
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) is up-to-date (🤖)
12
+
-[ ]Check `pypi.org` and update the version of `debugpy` in`install_debugpy.py`.
13
+
-[ ] Update `languageServerVersion` in `package.json` to point to the latest version of the [Language Server](https://github.com/Microsoft/python-language-server). Check with the language server team if this needs updating.
-[ ] Copy over the "Thanks" section from the previous release into the "Thanks" section for the new release
17
+
-[ ] Make sure the "Thanks" section is up-to-date (e.g. compare to versions in [`requirements.txt`](https://github.com/microsoft/vscode-python/blob/main/requirements.txt))
18
+
-[ ] Touch up news entries (e.g. add missing periods)
19
+
-[ ] Check the Markdown rendering to make sure everything looks good
20
+
-[ ] Add any relevant news entries for `debugpy` and the language server if they were updated
21
+
-[ ] Update [`ThirdPartyNotices-Distribution.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Distribution.txt) by using https://tools.opensource.microsoft.com/notice (Notes for this process are in the Team OneNote under Python VS Code → Dev Process → Third-Party Notices / TPN file)
22
+
-[ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Repository.txt) as appropriate. This file is manually edited so you can check with the teams if anything needs to be added here.
23
+
-[ ] Merge pull request into `main`
24
+
-[ ] Create the [`release` branch](https://github.com/microsoft/vscode-python/branches)
25
+
-[ ] If there are `release` branches that are two versions old (e.g. release-2020.[current month - 2]) you can delete them at this time
26
+
-[ ] Create a new `release/YYYY.MM` branch from `main`
27
+
-[ ] Update `main` post-release (🤖)
28
+
-[ ] Bump the version number to the next monthly ("YYYY.MM.0-dev") release in the `main` branch
29
+
-[ ]`package.json`
30
+
-[ ]`package-lock.json`
31
+
-[ ] Create a pull request against `main`
32
+
-[ ] Merge pull request into `main`
33
+
-[ ] Announce the code freeze is over on the same channels
34
+
-[ ] Update Component Governance (Notes are in the team OneNote under Python VS Code → Dev Process → Component Governance).
35
+
-[ ] Make sure there are no active alerts
36
+
-[ ] Manually add any repository/embedded/CG-incompatible dependencies
37
+
-[ ] GDPR bookkeeping (@brettcannon) (🤖; Notes in OneNote under Python VS Code → Dev Process → GDPR)
38
+
-[ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs/issues?q=is%3Aissue+is%3Aopen+label%3Apython)
39
+
-[ ] Begin drafting a [blog](http://aka.ms/pythonblog) post. Contact the PM team for this.
40
+
-[ ] Ask CTI to test the release candidate
42
41
43
42
# Release (Wednesday, XXX XX)
44
43
45
44
## Preparation
46
45
47
-
-[ ] 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
48
-
-[ ] Final updates to the `release-YYYY.MM` branch
49
-
-[ ] Create a branch against `release-YYYY.MM` for a pull request
50
-
-[ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) to remove the `-rc` (🤖)
51
-
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) is up-to-date (the only update should be the version number if `package-lock.json` has been kept up-to-date) (🤖)
-[ ] Update version and date for the release section
54
-
-[ ] Run [`news`](https://github.com/Microsoft/vscode-python/tree/main/news) and copy-and-paste new entries (typically `python news --final | code-insiders -`; quite possibly nothing new to add)
55
-
-[ ] Update [`ThirdPartyNotices-Distribution.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Distribution.txt) by using https://tools.opensource.microsoft.com/notice (🤖; see team notes)
56
-
-[ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Repository.txt) manually if necessary
57
-
-[ ] Create pull request against `release-YYYY.MM` (🤖)
58
-
-[ ] Merge pull request into `release-YYYY.MM`
59
-
-[ ] Make sure component governance is happy
46
+
-[ ] 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
47
+
-[ ] Final updates to the `release-YYYY.MM` branch
48
+
-[ ] Create a branch against `release-YYYY.MM` for a pull request
49
+
-[ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) to remove the `-rc` (🤖)
50
+
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) is up-to-date (the only update should be the version number if `package-lock.json` has been kept up-to-date) (🤖)
-[ ] Update version and date for the release section
53
+
-[ ] Run [`news`](https://github.com/Microsoft/vscode-python/tree/main/news) and copy-and-paste new entries (typically `python news --final | code-insiders -`; quite possibly nothing new to add)
54
+
-[ ] Update [`ThirdPartyNotices-Distribution.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Distribution.txt) by using https://tools.opensource.microsoft.com/notice (🤖; see team notes)
55
+
-[ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Repository.txt) manually if necessary
56
+
-[ ] Create pull request against `release-YYYY.MM` (🤖)
57
+
-[ ] Merge pull request into `release-YYYY.MM`
58
+
-[ ] Make sure component governance is happy
60
59
61
60
## Release
62
61
63
-
-[ ] Publish the release (🤖)
64
-
-[ ] Make sure [CI](https://github.com/microsoft/vscode-python/actions?query=workflow%3A%22Insiders+Build%22) is passing
65
-
-[ ] Download the artifact containing the VSIX and make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
66
-
-[ ][Update the Marketplace](https://marketplace.visualstudio.com/manage/publishers/ms-python)
67
-
-[ ] From a VS Code instance uninstall the python extension. After the publish see if the new version is available from the extensions tab. Download it and quick sanity check to make sure the extension loads.
68
-
-[ ] Create a [GitHub release](https://github.com/microsoft/vscode-python/releases) (🤖)
69
-
-[ ] Start creating a new release
70
-
-[ ] Make the tag match the version of the released extension
71
-
-[ ] Copy the changelog entry into the release as the description
-[ ] Publish the [blog](http://aka.ms/pythonblog) post
74
-
-[ ] Determine if a hotfix is needed
75
-
-[ ] Merge `release-YYYY.MM` back into `main`. Don't overwrite the `-dev` version in package.json. (🤖)
62
+
-[ ] Publish the release (🤖)
63
+
-[ ] Make sure [CI](https://github.com/microsoft/vscode-python/actions?query=workflow%3A%22Insiders+Build%22) is passing
64
+
-[ ] Download the artifact containing the VSIX and make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
65
+
-[ ][Update the Marketplace](https://marketplace.visualstudio.com/manage/publishers/ms-python)
66
+
-[ ] From a VS Code instance uninstall the python extension. After the publish see if the new version is available from the extensions tab. Download it and quick sanity check to make sure the extension loads.
67
+
-[ ] Create a [GitHub release](https://github.com/microsoft/vscode-python/releases) (🤖)
68
+
-[ ] Start creating a new release
69
+
-[ ] Make the tag match the version of the released extension
70
+
-[ ] Copy the changelog entry into the release as the description
-[ ] Publish the [blog](http://aka.ms/pythonblog) post
73
+
-[ ] Determine if a hotfix is needed
74
+
-[ ] Merge `release-YYYY.MM` back into `main`. Don't overwrite the `-dev` version in package.json. (🤖)
76
75
77
76
## Clean up after _this_ release
78
77
79
-
-[ ] Go through [`info needed` issues](https://github.com/Microsoft/vscode-python/issues?q=is%3Aopen+label%3A%22info+needed%22+sort%3Aupdated-asc) and close any that have no activity for over a month (🤖)
80
-
-[ ] GDPR bookkeeping (🤖)
78
+
-[ ] Go through [`info needed` issues](https://github.com/Microsoft/vscode-python/issues?q=is%3Aopen+label%3A%22info+needed%22+sort%3Aupdated-asc) and close any that have no activity for over a month (🤖)
79
+
-[ ] GDPR bookkeeping (🤖)
81
80
82
81
## Prep for the _next_ release
83
82
84
-
-[ ] Create a new [release plan](https://raw.githubusercontent.com/microsoft/vscode-python/main/.github/release_plan.md) (🤖)
85
-
-[ ][(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) (🤖)
83
+
-[ ] Create a new [release plan](https://raw.githubusercontent.com/microsoft/vscode-python/main/.github/release_plan.md) (🤖)
84
+
-[ ][(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) (🤖)
0 commit comments