MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / defaultFetchLatestRelease

Function defaultFetchLatestRelease

src/cli/commands/upgrade.ts:271–277  ·  view source on GitHub ↗
(deps: LatestReleaseFetcherDeps)

Source from the content-addressed store, hash-verified

269}
270
271function defaultFetchLatestRelease(deps: LatestReleaseFetcherDeps): Promise<LatestRelease> {
272 return fetchLatestReleaseFromGitHub(
273 deps.repositoryOwner,
274 deps.repositoryName,
275 deps.currentVersion,
276 );
277}
278
279// --- Release notes fetch ---
280

Callers 1

resolveDependenciesFunction · 0.85

Calls 1

Tested by

no test coverage detected