python3 -m pip install --user -r news/requirements.txtmaster for a pull requestpackage.json from a -dev suffix to -rc (馃)npm install to make sure package-lock.json is up-to-date (馃)debugpy. If you need to pin to a particular version see install_debugpy.py.languageServerVersion in package.json to point to the latest version of the Language Server.CHANGELOG.md (馃)news (typically python news --final --update CHANGELOG.md | code-insiders -)debugpy and the language server if they were updatedThirdPartyNotices-Distribution.txt by using https://tools.opensource.microsoft.com/notice (see team notes)ThirdPartyNotices-Repository.txt as appropriatemaster (馃)masterrelease branchrelease branch in the reporelease branch from mastermaster branchpackage.jsonpackage-lock.jsonmastermasterrelease branchrelease for a pull requestpackage.json (馃)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) (馃)CHANGELOG.md (馃)ThirdPartyNotices-Distribution.txt by using https://tools.opensource.microsoft.com/notice (馃; see team notes)ThirdPartyNotices-Repository.txt manually if necessaryrelease (馃)release.vsix file (make sure to check for hidden files)release back into master (馃)info needed issues and close any that have no activity for over a month (馃)Copying @luabud's comment from https://github.com/microsoft/vscode-python/pull/13010#issuecomment-660301873 in case this hasn't been done in the previous point release:
we should also update our changelog in the list of supported projects at some point
@kimadeline thanks for bringing it up!
@brettcannon I updated your comment to include a checkbox under "update changelog" so we don't forget to do that for this release plan.
We can also just drop the "Thanks" section if we think no one is reading it.
I am reading it 馃槀
THEIR IS A HUGE BUG IN THIS NEW VERSION:
user inputs are not accepted in the terminal. If you ask the user what their age is, then when you type the age and click enter nothing happens. I found downgrading this one update behind solved the solution but took me hours to figure it out lol
FYI the issue @yousefabuz17 reported is a duplicate of https://github.com/microsoft/debugpy/issues/370.
Whoops, realized that I didn't close this after the release. Closing now.
@IanMatthewHuff @karthiknadig I left this open because the "merge release into main" step was never checked off. Did that ever occur?
(And I was waiting for that before doing the last two steps of creating a new release plan.)
Not from the latest release (last week). I am preparing a merge back PR right now.
My apologies. I did do the merge from release back into main for the initial release (not the point release that @karthiknadig) mentioned. Just forgot to check off the issue.