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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@
39
39
## Preparation
40
40
[Final PR should be against the `release` branch and then cherrypicked into `master`]
41
41
42
-
-[ ] Make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
43
42
-[ ] 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
44
43
-[ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
45
44
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) is up-to-date (the only update should be the version number if `package-lock.json` has been kept up-to-date)
@@ -56,6 +55,7 @@
56
55
57
56
-[ ] Make sure [CI](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md) is passing
58
57
-[ ] Generate the final `.vsix` file
58
+
-[ ] Make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
59
59
-[ ] Upload the final `.vsix` file to the [marketplace](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
0 commit comments