Skip to content

Commit bb0709e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 3ccc881 + b0fb5c0 commit bb0709e

File tree

112 files changed

+2060
-1458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2060
-1458
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,6 @@
6666
"fileLocation": "relative"
6767
}
6868
]
69-
},
70-
{
71-
"label": "Hygiene (staged)",
72-
"type": "gulp",
73-
"task": "hygiene-staged",
74-
"problemMatcher": [
75-
"$tsc",
76-
{
77-
"base": "$tslint5",
78-
"fileLocation": "relative"
79-
}
80-
]
81-
},
82-
{
83-
"label": "Hygiene (all)",
84-
"type": "gulp",
85-
"task": "hygiene",
86-
"problemMatcher": [
87-
"$tsc",
88-
{
89-
"base": "$tslint5",
90-
"fileLocation": "relative"
91-
}
92-
]
9369
}
9470
]
9571
}

CONTRIBUTING.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,13 @@ time-critical as a new feature may be.
112112
* [tock] Begin applying any changes to the development process as
113113
agreed upon during the previous "tick" cycle
114114
* Day 7 (Monday)
115-
* 3rd-party dependencies frozen to give CELA time to update TPN file
115+
* 3rd-party dependencies frozen
116+
* Ask CELA to update the TPN file
116117
* Day 14 (2nd Monday)
118+
* Update the TPN file as instructed by CELA
119+
* Bump version number
117120
* Code freeze
121+
* Cut a `.vsix` file for testing
118122
* Go through
119123
[issues awaiting validation](https://github.com/Microsoft/vscode-python/issues?q=label%3A%22awaiting+4-validation%22+is%3Aclosed)
120124
& validate they have been fixed (and not subsequently broken by
@@ -123,13 +127,14 @@ time-critical as a new feature may be.
123127
[documentation](https://code.visualstudio.com/docs/python/python-tutorial)
124128
-- including the
125129
[WOW](https://code.visualstudio.com/docs/languages/python) page)
126-
-- is updated appropriately
130+
-- has [appropriate pull requests](https://github.com/microsoft/vscode-docs/pulls)
127131
* Update the
128132
[changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md)
129-
* Write a post for the [team blog](https://aka.ms/pythonblog)
130-
* Upload the new version of
131-
[the extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
132133
* Tag the release in git
134+
* Draft a post for the [team blog](https://aka.ms/pythonblog)
135+
136+
Assuming no last-minute issues, the release should be made public
137+
later that same week.
133138

134139
### Issue triaging
135140

0 commit comments

Comments
 (0)