File update pattern for additional files to update during release
path: string
File path relative to project root
optional
patterns: { [key: string]: RegExp; }
Patterns to find and replace Required if updateFn is not provided
optional
updateFn: (content: string,data: TemplateData,) => string
Optional custom update function If provided, overrides patterns