Конфигурационные файлы
version.json
{
"tag": "v1.2.3",
"timestamp": "2026-01-15T12:34:56Z",
"release_id": 123456
}github.json
{
"api_base_uri": "https://api.github.com",
"repository_path": "owner/repository-name",
"token": "ghp_xxxxxxxxxxxxxxxxxxxx",
"timeout": 15
}Last updated