Releases: rhart/openrewrite-cookbook
Releases · rhart/openrewrite-cookbook
v0.6.0
What's New
CreateYamlFilesByPattern: overwriteExisting support
Added an optional overwriteExisting parameter (default: false) to CreateYamlFilesByPattern, mirroring the behaviour of the native OpenRewrite CreateYamlFile recipe.
- When
false(default): existing files are left untouched — same behaviour as previous versions - When
true: existing files matching the pattern have their content replaced withfileContents