release helper script .scripts/transform_files.py deploys C4_Sequence.puml file to plantuml-stdlib too (already used with v2.7.0)

pull/318/head
KIRCHSTH 3 years ago committed by kirchsth
parent b5298487d0
commit c73bd049ca

@ -387,6 +387,12 @@ def create_plantuml_stdlib_c4_folder(target_path):
inclusive_endif, inclusive_endif,
"!include <C4/C4_Component>", "!include <C4/C4_Component>",
) )
replace_first_regex_copy_file(
"C4_Sequence.puml",
os.path.join(target_path, "C4_Sequence.puml"),
inclusive_endif,
"!include <C4/C4_Component>",
)
replace_first_regex_copy_file( replace_first_regex_copy_file(
"./.scripts/plantuml_stdlib_info.txt", "./.scripts/plantuml_stdlib_info.txt",

Loading…
Cancel
Save