Skip to content

v0.6.0

Latest

Choose a tag to compare

@rhart rhart released this 23 Mar 15:09
89ed8cd

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 with fileContents