You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release_plan.md
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ NOTE: the number of this release is in the issue title and can be substituted in
40
40
-[ ] Update `pet`:
41
41
-[ ] Go to the [pet](https://github.com/microsoft/python-environment-tools) repo and check `main` and latest `release/*` branch. If there are new changes in `main` then create a branch called `release/YYYY.minor` (matching python extension release `major.minor`).
42
42
-[ ] Update `build\azure-pipeline.stable.yml` to point to the latest `release/YYYY.minor` for `python-environment-tools`.
43
-
-[ ] Change the version in `package.json` to the next **even** number and switch the `-dev` to `-rc`. (π€)
43
+
-[ ] Change the version in `package.json` to the next **even** number. (π€)
44
44
-[ ] Run `npm install` to make sure `package-lock.json` is up-to-date _(you should now see changes to the `package.json` and `package-lock.json` at this point which update the version number **only**)_. (π€)
45
45
-[ ] Update `ThirdPartyNotices-Repository.txt` as appropriate. You can check by looking at the [commit history](https://github.com/microsoft/vscode-python/commits/main) and scrolling through to see if there's anything listed there which might have pulled in some code directly into the repository from somewhere else. If you are still unsure you can check with the team.
46
46
-[ ] Create a PR from your branch **`bump-release-[YYYY.minor]`** to `main`. Add the `"no change-log"` tag to the PR so it does not show up on the release notes before merging it.
@@ -64,7 +64,7 @@ NOTE: If there are release branches that are two versions old you can delete the
64
64
### Step 4: Return `main` to dev and unfreeze (βοΈ β‘ π§)
65
65
NOTE: The purpose of this step is ensuring that main always is on a dev version number for every night's π pre-release. Therefore it is imperative that you do this directly after the previous steps to reset the version in main to a dev version **before** a pre-release goes out.
66
66
-[ ] Create a branch called **`bump-dev-version-YYYY.[minor+1]`**.
67
-
-[ ] Bump the minor version number in the `package.json` to the next `YYYY.[minor+1]` which will be an odd number, and switch the `-rc` to`-dev`.(π€)
67
+
-[ ] Bump the minor version number in the `package.json` to the next `YYYY.[minor+1]` which will be an odd number, and add`-dev`.(π€)
68
68
-[ ] Run `npm install` to make sure `package-lock.json` is up-to-date _(you should now see changes to the `package.json` and `package-lock.json` only relating to the new version number)_ . (π€)
69
69
-[ ] Create a PR from this branch against `main` and merge it.
70
70
@@ -83,12 +83,6 @@ NOTE: this PR should make all CI relating to `main` be passing again (such as th
83
83
### Step 6: Take the release branch from a candidate to the finalized release
84
84
-[ ] Make sure the [appropriate pull requests](https://github.com/microsoft/vscode-docs/pulls) for the [documentation](https://code.visualstudio.com/docs/python/python-tutorial) -- including the [WOW](https://code.visualstudio.com/docs/languages/python) page -- are ready.
85
85
-[ ] Check to make sure any final updates to the **`release/YYYY.minor`** branch have been merged.
86
-
-[ ] Create a branch against **`release/YYYY.minor`** called **`finalized-release-[YYYY.minor]`**.
87
-
-[ ] Update the version in `package.json` to remove the `-rc` (π€) from the version.
88
-
-[ ] Run `npm install` to make sure `package-lock.json` is up-to-date _(the only update should be the version number if `package-lock.json` has been kept up-to-date)_. (π€)
89
-
-[ ] Update `ThirdPartyNotices-Repository.txt` manually if necessary.
90
-
-[ ] Create a PR from **`finalized-release-[YYYY.minor]`** against `release/YYYY.minor` and merge it.
91
-
92
86
93
87
### Step 7: Execute the Release
94
88
-[ ] Make sure CI is passing for **`release/YYYY.minor`** release branch (π€).
0 commit comments