aboutsummaryrefslogtreecommitdiff
path: root/CD.toml
blob: f9b9bfcc00188f44d37c674652d5723dd0f237c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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",
]