Closed
Description
We need to perform the following tasks every time we create a release-*.*
branch:
- TypeScript creates a branch from
master
on GitHub. - TypeScript updates the version on that branch to
beta
.- Update
package.json
- Update
src/compiler/corePublic.ts
- Update
- TypeScript LKGs the branch.
- SDK script is updated to sync from that branch.
We should find a way to do all of this "at once".