Skip to content

Commit 01bb281

Browse files
authored
Shift when we check the .vsix file for extraneous files
1 parent 0603788 commit 01bb281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release_plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
## Preparation
4040
[Final PR should be against the `release` branch and then cherrypicked into `master`]
4141

42-
- [ ] Make sure no extraneous files are being included in the `.vsix` file (make sure to check for hidden files)
4342
- [ ] 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
4443
- [ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
4544
- [ ] 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 @@
5655

5756
- [ ] Make sure [CI](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md) is passing
5857
- [ ] 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)
5959
- [ ] Upload the final `.vsix` file to the [marketplace](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
6060
- [ ] Publish [documentation](https://code.visualstudio.com/docs/python/python-tutorial) [changes](https://github.com/microsoft/vscode-docs/pulls)
6161
- [ ] Publish the [blog](http://aka.ms/pythonblog) post

0 commit comments

Comments
 (0)