You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** "Pessimistic" comparison ref. Tries to use the registry package.json's `git.sha` property, and uses the first ever commit to the package folder if that can't be found. */
686
686
asyncfunctiongetPackageLastPublishRef(pkg: Pkg){
687
-
constpackageJson=loadRHSPackageJson(pkg)
687
+
constpackageJson=loadLHSPackageJson(pkg)
688
688
returnawaitgetPackageJsonGitSha(pkg,packageJson)
689
689
}
690
690
@@ -768,9 +768,17 @@ async function getPackageRevList(pkg: Pkg) {
mergeBaseNote=`\n🚧🚧 NOTE 🚧🚧: ${localRef} (current) is not a descendant of ${fromRef} (last publish). The last publish may have beendone on a separate branch. The merge base is:\n${mergeBaseSummary}`
0 commit comments