Skip to content

Commit 102ff09

Browse files
committed
adding notes to release plan
1 parent 1907b84 commit 102ff09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release_plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All dates should align with VS Code's [iteration](https://github.com/microsoft/v
99
NOTE: Third Party Notices are automatically added by our build pipelines using https://tools.opensource.microsoft.com/notice.
1010

1111
- [ ] Update `main` for the release
12-
- [ ] Change the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) to the next **even** number (🤖)
12+
- [ ] Change the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) to the next **even** number and switch the `-dev` to `-rc` (🤖)
1313
- [ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) is up-to-date (🤖)
1414
- [ ] Check `pypi.org` and update the version of `debugpy` in `install_debugpy.py` if necessary.
1515
- [ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/main/ThirdPartyNotices-Repository.txt) as appropriate. This file is manually edited so you can check with the teams if anything needs to be added here.
@@ -19,7 +19,7 @@ NOTE: Third Party Notices are automatically added by our build pipelines using h
1919
- [ ] Create a new `release/YYYY.minor` branch from `main`
2020
- [ ] Create a draft [GitHub release](https://github.com/microsoft/vscode-python/releases) for the release notes (🤖)
2121
- [ ] Update `main` post-release (🤖)
22-
- [ ] Bump the minor version number to the next ("YYYY.[minor+1]") release in the `main` branch to an **odd** number (🤖)
22+
- [ ] Bump the minor version number to the next ("YYYY.[minor+1]") release in the `main` branch to an **odd** number and switch the `-rc` to `-dev`(🤖)
2323
- [ ] `package.json`
2424
- [ ] `package-lock.json`
2525
- [ ] Create a pull request against `main`

0 commit comments

Comments
 (0)