Skip to content

Release Activities

Daniel Rosenwasser edited this page Dec 6, 2018 · 28 revisions

Release activities

This is the list of release activities needed for every TypeScript release. Additional activities are also needed if a new syntax is introduced or a new compiler option gets added.

Release

  • Tag release branch
  • Update AUTHORS.md for the release (script)
  • Draft and publish new release
  • Close milestone coresponding to the release

Wiki

Handbook

types-publisher and definitelytyped-header-parser

  • Update definitelytyped-header-parser to understand the next version, and publish new version
    • in other words, if we're releasing TypeScript 3.2, the header parser needs to be able to parse 3.3.
  • Update types-publisher dependency to the new header-parser
  • Run the tagging script to tag for new version (version of typescript@next)

npm

  • Publish new version of typescript
  • Publish new version of tslib (if needed)

Download Center

Nuget

Visual Studio Marketplace

TypeScript-Sublime-Plugin

  • Update version of tsserver, test, and tag

Website

  • Update Handbook
  • Add new release notes page
  • Update playground
  • Update version strings in the download banner

Additional activities

When a new syntax or a new compiler option is introduced, find below the list of additional release activities needed:

New compiler option added

MSBuild tasks and targets

  • Add support for new option in MSBuild tasks and targets (see handbook)

Handbook

SchemaStore

New syntax introduced

Colorization

Babel

Handbook

  • Add new section for the new feature in the handbook
Clone this wiki locally