aboutsummaryrefslogtreecommitdiff
path: root/CD.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-11 02:43:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-11 02:43:43 +0800
commitb8e87b1b62696c2b05856c9f091d7bf2e2fa494f (patch)
tree58fb7442caa4b57b2d67a75e2bd115854b68505b /CD.toml
parentf02682c2d82b7670371fb6085b0735c6c5c5be40 (diff)
chore: add initial CD configuration placeholder
Diffstat (limited to 'CD.toml')
-rw-r--r--CD.toml23
1 files changed, 23 insertions, 0 deletions
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",
+]