Skip to content

Commit

Permalink
Write out more explicit steps for cutting a release (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Dec 11, 2017
1 parent 2aa9427 commit 4887547
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,13 @@ time-critical as a new feature may be.
* [tock] Begin applying any changes to the development process as
agreed upon during the previous "tick" cycle
* Day 7 (Monday)
* 3rd-party dependencies frozen to give CELA time to update TPN file
* 3rd-party dependencies frozen
* Ask CELA to update the TPN file
* Day 14 (2nd Monday)
* Update the TPN file as instructed by CELA
* Bump version number
* Code freeze
* Cut a `.vsix` file for testing
* Go through
[issues awaiting validation](https://github.com/Microsoft/vscode-python/issues?q=label%3A%22awaiting+4-validation%22+is%3Aclosed)
& validate they have been fixed (and not subsequently broken by
Expand All @@ -123,13 +127,14 @@ time-critical as a new feature may be.
[documentation](https://code.visualstudio.com/docs/python/python-tutorial)
-- including the
[WOW](https://code.visualstudio.com/docs/languages/python) page)
-- is updated appropriately
-- has [appropriate pull requests](https://github.com/microsoft/vscode-docs/pulls)
* Update the
[changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md)
* Write a post for the [team blog](https://aka.ms/pythonblog)
* Upload the new version of
[the extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
* Tag the release in git
* Draft a post for the [team blog](https://aka.ms/pythonblog)

Assuming no last-minute issues, the release should be made public
later that same week.

### Issue triaging

Expand Down

0 comments on commit 4887547

Please sign in to comment.