mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| active-release-trains.ts | ||
| BUILD.bazel | ||
| inc-semver.ts | ||
| index.ts | ||
| long-term-support.ts | ||
| next-prerelease-version.ts | ||
| npm-publish.ts | ||
| npm-registry.ts | ||
| print-active-trains.ts | ||
| README.md | ||
| release-trains.ts | ||
| version-branches.ts | ||
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.