Skip to content

Commit 72a6da8

Browse files
authored
Use a simpler workflow for the 'release' branch
1 parent eb97bd6 commit 72a6da8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/release_plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
[Branch should be against `master`]
2020

2121
- [ ] Ensure all new feature usages are tracked via telemetry
22+
- [ ] Delete the `release` branch in the repo
23+
- [ ] Create local branch called `release`
2224
- [ ] Update the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json)
2325
- [ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) is up-to-date
2426
- [ ] Update [`CHANGELOG.md`](https://github.com/Microsoft/vscode-python/blob/master/CHANGELOG.md)
@@ -31,7 +33,7 @@
3133
- [ ] Register any Python changes with [OSPO](https://opensource.microsoft.com/)
3234
- [ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/master/ThirdPartyNotices-Repository.txt) and register any changes with OSPO
3335
- [ ] Merge into the [`release` branch](https://github.com/microsoft/vscode-python/tree/release)
34-
- [ ] Open pull request
36+
- [ ] Push `release` branch to `origin` (so we end up with a `release` branch in the repo)
3537
- [ ] Open appropriate [documentation issues](https://github.com/microsoft/vscode-docs/issues?q=is%3Aissue+is%3Aopen+label%3Apython)
3638
- [ ] Begin drafting a [blog](http://aka.ms/pythonblog) post
3739

0 commit comments

Comments
 (0)