Searched refs:sinceRef (Results 1 – 1 of 1) sorted by relevance
40 const sinceRef = options.since ?? 'main'; constant41 const mergeBase = await safeGetMergeBaseAsync(sinceRef);45 ` Couldn't find merge base with ${yellow(sinceRef)}, falling back to all packages\n`