refreshReleaseCache(true); if (empty($cache)) { $this->warn('未获取到任何 release 版本信息,请检查配置。'); return; } $this->info(sprintf( '已缓存 %d 个仓库的 release 分支信息。', count($cache['repositories'] ?? []) )); } }