From b8e87b1b62696c2b05856c9f091d7bf2e2fa494f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Jul 2026 02:43:43 +0800 Subject: chore: add initial CD configuration placeholder --- CD.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CD.toml (limited to 'CD.toml') diff --git a/CD.toml b/CD.toml new file mode 100644 index 0000000..f9b9bfc --- /dev/null +++ b/CD.toml @@ -0,0 +1,23 @@ +# The current configuration file does not yet have any automation program driver; +# it is just a placeholder! + +steps = ["step1", "step2", "step3"] + +[step1] +publish = [ + "mingling_macros", + "mingling_pathf", + "mingling_picker", + "mingling_picker_macros" +] + +[step2] +publish = [ + "mingling_core", +] + + +[step3] +publish = [ + "mingling", +] -- cgit