Skip to content

Commit 5d6d61a

Browse files
authored
Add steps to announce when the repo is frozen to cut an RC
1 parent ac0ec89 commit 5d6d61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/release_plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# Release candidate (Monday before release)
1919

2020
- [ ] Ensure all new features are tracked via telemetry
21+
- [ ] Announce a code freeze
2122
- [ ] Create a branch against `master` for a pull request
2223
- [ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
2324
- [ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) is up-to-date
@@ -36,6 +37,7 @@
3637
- [ ] Bump the version number to the next release in the `master` branch
3738
- [ ] `package.json`
3839
- [ ] `package-lock.json`
40+
- [ ] Announce the code freeze is over
3941
- [ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs/issues?q=is%3Aissue+is%3Aopen+label%3Apython)
4042
- [ ] Begin drafting a [blog](http://aka.ms/pythonblog) post
4143

0 commit comments

Comments
 (0)