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
- 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".
We need to perform the following tasks every time we create a
release-*.*branch:masteron GitHub.beta.package.jsonsrc/compiler/corePublic.tsWe should find a way to do all of this "at once".