Skip to content

Commit 4887547

Browse files
authored
Write out more explicit steps for cutting a release (#388)
1 parent 2aa9427 commit 4887547

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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)