Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,20 @@ time-critical as a new feature may be.
[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
later changes)
* Update the
[changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md)
* Create a branch for the release
* Unfreeze the `master` branch
* Make sure the
[documentation](https://code.visualstudio.com/docs/python/python-tutorial)
-- including the
[WOW](https://code.visualstudio.com/docs/languages/python) page)
[WOW](https://code.visualstudio.com/docs/languages/python) page
-- has [appropriate pull requests](https://github.com/microsoft/vscode-docs/pulls)
* Update the
[changelog](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md)
* 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.
later that same week. After releasing, the previous release's branch
is turned into a tag and its branch is deleted.

### Issue triaging

Expand Down
Loading