This commit is contained in:
Maira Wenzel 2022-01-03 10:30:22 -08:00 коммит произвёл GitHub
Родитель b3f8fab9e2
Коммит bb822422a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ This is the loader application that creates the data file "core.json" for http:/
## Process
Each release of .NET is a collection of repositories. The list for each release is managed through the [dotnet/core](https://github.com/core) repository and for each see the [/releases](https://github.com/core/releses) section.
Each release of .NET is a collection of repositories. The list for each release is managed through the [dotnet/core](https://github.com/core) repository and for each see the [/releases](https://github.com/dotnet/core/releases) section.
1. The loader application first loads all of the releases for [dotnet/core](https://github.com/core/releases) ordered by newest -> oldest.
1. For each release the **tag** of the current release and the **tag** of the previous release are used to retrieve the commits using the GitHub API : `https://api.github.com/repos/{owner}/{repo}/compare/{fromRelease}...{toRelease}`