From c73bd049ca1c3576266a86857cf88eebb324fcac Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 16 Jul 2023 01:26:17 +0200 Subject: [PATCH] release helper script .scripts/transform_files.py deploys C4_Sequence.puml file to plantuml-stdlib too (already used with v2.7.0) --- .scripts/transform_files.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.scripts/transform_files.py b/.scripts/transform_files.py index c18e8a2..569fb32 100644 --- a/.scripts/transform_files.py +++ b/.scripts/transform_files.py @@ -387,6 +387,12 @@ def create_plantuml_stdlib_c4_folder(target_path): inclusive_endif, "!include ", ) + replace_first_regex_copy_file( + "C4_Sequence.puml", + os.path.join(target_path, "C4_Sequence.puml"), + inclusive_endif, + "!include ", + ) replace_first_regex_copy_file( "./.scripts/plantuml_stdlib_info.txt",