You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/train-release-workflow.yml
+16-6
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,22 @@ name: Release Train (for a single project)
3
3
on:
4
4
workflow_dispatch:
5
5
inputs:
6
-
train_versions:
7
-
description: "Comma separated list of versions (e.g. 1.13.2,1.14.8,1.15.9-M2)"
8
-
required: true
9
-
artifact_to_check:
10
-
description: "What's the artifact id (io.micrometer:artifactId) to check in Maven Central if the sync after the release was successful (e.g. micrometer-bom)"
11
-
required: true
6
+
context_propagation_versions:
7
+
description: "[TRAIN] Comma separated list of context propagation versions (e.g. 1.0.0,1.1.0,1.1.0)"
8
+
required: false
9
+
default: ""
10
+
micrometer_versions:
11
+
description: "[TRAIN] Comma separated list of micrometer versions (e.g. 1.13.2,1.14.8,1.15.9)"
12
+
required: false
13
+
default: ""
14
+
tracing_versions:
15
+
description: "[TRAIN] Comma separated list of micrometer tracing versions (e.g. 1.5.0,1.6.0,1.7.0)"
16
+
required: false
17
+
default: ""
18
+
docs_gen_versions:
19
+
description: "[TRAIN] Comma separated list of micrometer docs generator versions (e.g. 1.0.0,1.1.0,1.2.0)"
Copy file name to clipboardexpand all lines: action.yml
+16-6
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,20 @@ inputs:
18
18
description: "[SINGLE PROJECT] Previous release version in this train (e.g.v1.14.8)"
19
19
required: false
20
20
default: ""
21
-
train_versions:
22
-
description: "[TRAIN] Comma separated list of versions (e.g. 1.13.2,1.14.8,1.15.9)"
21
+
context_propagation_versions:
22
+
description: "[TRAIN] Comma separated list of context propagation versions (e.g. 1.0.0,1.1.0,1.1.0)"
23
23
required: false
24
24
default: ""
25
-
artifact_to_check:
26
-
description: "[TRAIN] What's the artifact id (io.micrometer:artifactId) to check in Maven Central if the sync after the release was successful (e.g. micrometer-bom)"
25
+
micrometer_versions:
26
+
description: "[TRAIN] Comma separated list of micrometer versions (e.g. 1.13.2,1.14.8,1.15.9)"
27
+
required: false
28
+
default: ""
29
+
tracing_versions:
30
+
description: "[TRAIN] Comma separated list of context micrometer tracing versions (e.g. 1.5.0,1.6.0,1.7.0)"
31
+
required: false
32
+
default: ""
33
+
docs_gen_versions:
34
+
description: "[TRAIN] Comma separated list of context micrometer docs generator versions (e.g. 1.0.0,1.1.0,1.2.0)"
0 commit comments