mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Move semver into the utils directory rather than as a set of utils specifically for release tooling. While the utils are only currently used in the release tooling, they are not providing a release specific utility and can be used by any subtool of ng-dev. PR Close #42917 |
||
|---|---|---|
| .. | ||
| active-release-trains.ts | ||
| BUILD.bazel | ||
| 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.