-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-repos.toml
37 lines (30 loc) · 1.38 KB
/
release-repos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# example of toml config for tagging repos
# each repo should have a separate section
[ServiceX]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_App]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_DID_Finder_Rucio]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_Code_Generator_FuncADL_uproot]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_xAOD_CPP_transformer]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_Uproot_Transformer]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_Code_Generator_FuncADL_xAOD]
branch = "develop" # branch to tag
label = "stable" # label to add to tag e.g. 20220216-1307-develop1
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM