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
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.