-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release plan for 2020.8 #13081
Comments
Copying @luabud's comment from #13010 (comment) in case this hasn't been done in the previous point release:
|
@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 😂 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Whoops, realized that I didn't close this after the release. Closing now. |
@IanMatthewHuff @karthiknadig I left this open because the "merge |
(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. |
Prerequisites
python3 -m pip install --user -r news/requirements.txt
Release candidate (Wednesday, Aug 05)
master
for a pull requestpackage.json
from a-dev
suffix to-rc
(🤖)npm install
to make surepackage-lock.json
is up-to-date (🤖)debugpy
. If you need to pin to a particular version seeinstall_debugpy.py
.languageServerVersion
inpackage.json
to point to the latest version of the Language Server.CHANGELOG.md
(🤖)news
(typicallypython 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
(🤖)master
release
branchrelease
branch in the reporelease
branch frommaster
master
branchpackage.json
package-lock.json
master
master
Final (Wednesday, Aug 12)
Preparation
release
branchrelease
for a pull requestpackage.json
(🤖)npm install
to make surepackage-lock.json
is up-to-date (the only update should be the version number ifpackage-lock.json
has been kept up-to-date) (🤖)CHANGELOG.md
(🤖)news
and copy-and-paste new entries (typicallypython news --final | code-insiders -
; quite possibly nothing new to add)ThirdPartyNotices-Distribution.txt
by using https://tools.opensource.microsoft.com/notice (🤖; see team notes)ThirdPartyNotices-Repository.txt
manually if necessaryrelease
(🤖)release
Release
.vsix
file (make sure to check for hidden files)release
back intomaster
(🤖)Clean up after this release
info needed
issues and close any that have no activity for over a month (🤖)Prep for the next release
The text was updated successfully, but these errors were encountered: