- Update the version in
package.json - Run
npm installto make surepackage-lock.jsonis up-to-date - Update
CHANGELOG.md- Create a new section for this release
- Run
news(typicallypython news | code-insiders -) - Touch up news entries (and corresponding news entry files)
- Copy over the "Thanks" section from the previous release
- Update
ThirdPartyNotices-Distribution.txt - Update
ThirdPartyNotices-Repository.txtand register any changes with OSPO - Open appropriate documentation issues
- Announce feature freeze
- Ensure all new feature usages are tracked via telemetry
- Update the version in
package.json - Run
npm installto make surepackage-lock.jsonis up-to-date - Update
CHANGELOG.md- Update version and date for the release section
- Run
news(typicallypython news --final | code-insiders -) - Touch up news entries (and corresponding news entry files)
- Check that the "Thanks" section is up-to-date
- Update
ThirdPartyNotices-Distribution.txt - Update
ThirdPartyNotices-Repository.txtand register any changes with OSPO - Merge into the
releasebranch - Open appropriate documentation issues
- Begin drafting a blog post
[Final PR should be against the release branch and then cherrypicked into master]
- Make sure no extraneous files are being included in the
.vsixfile (make sure to check for hidden files) - Make sure the appropriate pull requests for the documentation -- including the WOW page -- are ready
- Update the version in
package.json - Run
npm installto make surepackage-lock.jsonis up-to-date (the only update should be the version number ifpackage-lock.jsonhas been kept up-to-date) - Update
CHANGELOG.md- Update version and date for the release section
- Run
news(typicallypython news --final | code-insiders -) - Check that the "Thanks" section is up-to-date
- Update
ThirdPartyNotices-Distribution.txt - Update
ThirdPartyNotices-Repository.txtand register any changes with OSPO
- Make sure CI is passing
- Generate the final
.vsixfile - Upload the final
.vsixfile to the marketplace - Publish documentation changes
- Publish the blog post
- Create a release on GitHub (which creates an appropriate git tag)
- Determine if a hotfix is needed
- Bump the version number to the next
alpha - Lift the feature freeze
- Create a new release plan
- Clean up any straggling fixed issues needing validation
- Go through
needs more infoissues and close any that have no activity for over a month