method ReleaseManager.prototype.attemptPreflightAutoFix
ReleaseManager.prototype.attemptPreflightAutoFix(result: PreflightResult): Promise<PreflightResult>

Attempt to auto-fix pre-flight check failures

Parameters

result: PreflightResult
  • Pre-flight check result to fix

Return Type

Promise<PreflightResult>

Result after attempting fix

Usage

import { ReleaseManager } from ".";