Skip to content

Commit

Permalink
Bump package.json version and update release plan (#9190)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Mar 2, 2022
1 parent 942cec0 commit fbc6dfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/release_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
- [ ] If there are `release` branches that are two versions old (e.g. release-2020.[current month - 2]) you can delete them at this time (you would have to un-protect the release branches temporarily to delete them).
- [ ] Update `main` after creating the release branch. (Warning: this should happen right after creating the release branch. If this is deferred till later, the `main` and `release` branches can diverge significantly, which may cause merge conflicts.)
- [ ] Merge the changes from release (Changelog, delete news, ThirdPartyNotices) into `main` branch
- [ ] Bump the version number to the next monthly ("YYYY.M.100") release in the `main` branch
- If latest is `2022.2.100`, them bump it to `2022.3.100`,
- This ensures the new new pre-release targets the next version.
- [ ] `package.json`
- [ ] `package-lock.json`
- [ ] Confirm the 3rd part of the version ends with `100`.
- [ ] Create a pull request against `main`
- [ ] Merge pull request into `main`
- [ ] GDPR bookkeeping (@greazer) (🤖; Notes in OneNote under Python VS Code -> Dev Process -> GDPR)
Expand Down Expand Up @@ -69,11 +75,6 @@
* If released version is `YYYY.MM.110`, then hot fix will be `YYYY.MM.120`

# Day of VS Code publishing (Wednesday, XXX XX)
- [ ] Update `main` after the next insider version is made available.
- [ ] Bump the version number to the next monthly ("YYYY.M.100") release in the `main` branch
- [ ] `package.json`
- [ ] `package-lock.json`
- [ ] Confirm the 3rd part of the version ends with `100`.
- [ ] Go through [`info needed` issues](https://github.com/Microsoft/vscode-jupyter/issues?q=is%3Aopen+sort%3Aupdated-asc+label%3Ainfo-needed) and close any that have no activity for over a month (🤖)
- [ ] GDPR bookkeeping (🤖) ((@greazer does regular classification every Monday evening))
- [ ] If any steps were unclear or changed in this release plan please update the `release_plan.md` file to make it clear for the next release
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyter",
"displayName": "Jupyter",
"version": "2022.2.101",
"version": "2022.3.100",
"description": "Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.",
"publisher": "ms-toolsai",
"author": {
Expand Down

0 comments on commit fbc6dfb

Please sign in to comment.