48f49bacb4
Instead of passing `string` in the release tool for NPM dist tags, we should use a union string type that limits the tags to `latest`, `next` and anything matching `v{number}-lts`. This avoids mistakes at compilation-level if an invalid/unknown tag would be set by a release action. PR Close #42133 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
README.md | ||
active-release-trains.ts | ||
inc-semver.ts | ||
index.ts | ||
long-term-support.ts | ||
next-prerelease-version.ts | ||
npm-publish.ts | ||
npm-registry.ts | ||
print-active-trains.ts | ||
release-trains.ts | ||
version-branches.ts |
README.md
Versioning for the Angular organization
The folder contains common tooling needed for implementing the versioning as proposed by this design document. Primary tooling is the determination of active release trains.