Skip to content

Commit

Permalink
Update release plan for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jul 31, 2024
1 parent 1cc490b commit 0ae77ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/release_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ NOTE: the number of this release is in the issue title and can be substituted in

- [ ] checkout to `main` on your local machine and run `git fetch` to ensure your local is up to date with the remote repo.
- [ ] Create a new branch called **`bump-release-[YYYY.minor]`**.
- [ ] Ensure that the `release\latest` branch on `pet` is up to date with the latest changes from `main` (https://github.com/microsoft/python-environment-tools)
- [ ] Change the version in `package.json` to the next **even** number and switch the `-dev` to `-rc`. (🤖)
- [ ] 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**)_. (🤖)
- [ ] 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.
Expand Down

0 comments on commit 0ae77ee

Please sign in to comment.