Skip to content

Commit 8ad3b94

Browse files
authored
Update release plan for stable (microsoft#23896)
1 parent 40302fd commit 8ad3b94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/release_plan.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ NOTE: the number of this release is in the issue title and can be substituted in
4040

4141
- [ ] checkout to `main` on your local machine and run `git fetch` to ensure your local is up to date with the remote repo.
4242
- [ ] Create a new branch called **`bump-release-[YYYY.minor]`**.
43+
- [ ] Update `pet`:
44+
- [ ] 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`).
45+
- [ ] Update `build\azure-pipeline.stable.yml` to point to the latest `release/YYYY.minor` for `python-environment-tools`.
4346
- [ ] Change the version in `package.json` to the next **even** number and switch the `-dev` to `-rc`. (🤖)
4447
- [ ] 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**)_. (🤖)
4548
- [ ] 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.
@@ -111,6 +114,7 @@ NOTE: this PR should make all CI relating to `main` be passing again (such as th
111114
- [ ] Create a branch against **`release/YYYY.minor`** called **`release-[YYYY.minor.point]`**.
112115
- [ ] Bump the point version number in the `package.json` to the next `YYYY.minor.point`
113116
- [ ] 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)_ . (🤖)
117+
- [ ] If Point Release is due to an issue in `pet`. Update `build\azure-pipeline.stable.yml` to point to the branch `release/YYYY.minor` for `python-environment-tools` with the fix or decided by the team.
114118
- [ ] Create a PR from this branch against `release/YYYY.minor`
115119
- [ ] **Rebase** and merge this PR into the release branch
116120
- [ ] Create a draft GitHub release for the release notes (🤖) ❄️

build/azure-pipeline.stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resources:
1717
- repository: python-environment-tools
1818
type: github
1919
name: microsoft/python-environment-tools
20-
ref: release/latest
20+
ref: release/2024.12
2121
endpoint: Monaco
2222

2323
parameters:

0 commit comments

Comments
 (0)