diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-11 02:43:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-11 02:43:43 +0800 |
| commit | b8e87b1b62696c2b05856c9f091d7bf2e2fa494f (patch) | |
| tree | 58fb7442caa4b57b2d67a75e2bd115854b68505b | |
| parent | f02682c2d82b7670371fb6085b0735c6c5c5be40 (diff) | |
chore: add initial CD configuration placeholder
| -rw-r--r-- | CD.toml | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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", +] |
