261b060fa1
This commit fixes an issue with the ng-dev tool, where Github's API returns paginated branch data. Only 30 branches are returned by default, and Angular now has more than 30 branches in its repo. This commit increases the number of branches returned to the API limit of 100, which should buy us some time until we can implement proper pagination. PR Close #42658 |
||
---|---|---|
.. | ||
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.