mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix(release): declare checklist execution helper
This commit is contained in:
@@ -90,6 +90,11 @@ export function validateWindowsSourceRelease(
|
||||
digest: unknown;
|
||||
}[];
|
||||
}>;
|
||||
export function isDirectReleaseCandidateExecution(
|
||||
directPath: string | undefined,
|
||||
modulePath: string,
|
||||
resolveRealPath?: (path: string) => string,
|
||||
): boolean;
|
||||
export function validateCandidateCheckout({
|
||||
targetSha,
|
||||
targetHeadSha,
|
||||
|
||||
Reference in New Issue
Block a user