You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run 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)
Beta (Monday the week prior to release)
package.json
npm install
to make surepackage-lock.json
is up-to-dateCHANGELOG.md
news
(typicallypython news | code-insiders -
)ThirdPartyNotices-Distribution.txt
tpn
(typicallypython tpn --npm package-lock.json --npm-overrides package.datascience-ui.dependencies.json --config tpn/distribution.toml ThirdPartyNotices-Distribution.txt
)ThirdPartyNotices-Repository.txt
and register any changes with OSPORelease candidate (Monday before release)
master
for a pull requestpackage.json
npm install
to make surepackage-lock.json
is up-to-dateCHANGELOG.md
news
(typicallypython news --final | code-insiders -
; the--final
flag is on purpose as no more changes are expected)ThirdPartyNotices-Distribution.txt
tpn
(typicallypython tpn --npm package-lock.json --npm-overrides package.datascience-ui.dependencies.json --config tpn/distribution.toml ThirdPartyNotices-Distribution.txt
)ThirdPartyNotices-Repository.txt
and register any changes with OSPOmaster
release
branch in the reporelease
branch frommaster
master
branchpackage.json
package-lock.json
Final (near a VS Code release)
Preparation
release
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
(typicallypython news --final | code-insiders -
)ThirdPartyNotices-Distribution.txt
tpn
(typicallypython tpn --npm package-lock.json --npm-overrides package.datascience-ui.dependencies.json --config tpn/distribution.toml ThirdPartyNotices-Distribution.txt
)ThirdPartyNotices-Repository.txt
and register any changes with OSPOrelease
Release
.vsix
file.vsix
file (make sure to check for hidden files).vsix
file to the marketplacerelease
back intomaster
(if necessary; no cherry-picks inrelease
means no need to merge)Prep for the next release
alpha
Clean up after this release
needs more info
issues and close any that have no activity for over a monthThe text was updated successfully, but these errors were encountered: