Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 483 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 483 Bytes

Release

How to make releases.

NPM

  • Checkout the version of the code you want to release
  • Update package.json in typescript/core/package.json with the new version.
  • Make a PR with your changes to package.json
  • Wait for the PR to pass CI and merge
  • Checkout main and tag the merged commit with releases/typescript/core/v#.#.# (replace #.#.# with the version you used in package.json)
  • Push the new tag to the repo with git push origin releases/typescript/core/v#.#.#