method ReleaseManager.prototype.validateFileUpdatePatternsEnhanced
ReleaseManager.prototype.validateFileUpdatePatternsEnhanced(): { valid: boolean; warnings: string[]; errors: string[]; suggestions: string[]; }

Validate file update patterns with handler awareness

Return Type

{ valid: boolean; warnings: string[]; errors: string[]; suggestions: string[]; }

Validation result with warnings, errors, and suggestions

Usage

import { ReleaseManager } from ".";