-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rtk.json
92 lines (92 loc) · 1.86 KB
/
.rtk.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"resources": [
{
"path": "conf/api.yml",
"type": "yaml",
"params": {
"property": "info.version"
}
},
{
"path": "CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/aspnetcore/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/aspnetcore/conf/client.json",
"type": "json",
"params": {
"property": "packageVersion"
}
},
{
"path": "clients/java/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/java/conf/client.json",
"type": "json",
"params": {
"property": "artifactVersion"
}
},
{
"path": "clients/javascript/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/javascript/conf/client.json",
"type": "json",
"params": {
"property": "projectVersion"
}
},
{
"path": "clients/php/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/php/conf/client.json",
"type": "json",
"params": {
"property": "artifactVersion"
}
},
{
"path": "clients/python/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/python/conf/client.json",
"type": "json",
"params": {
"property": "packageVersion"
}
},
{
"path": "clients/ruby/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/ruby/conf/client.json",
"type": "json",
"params": {
"property": "gemVersion"
}
},
{
"path": "clients/typescript-node/CHANGELOG.md",
"type": "keep-a-changelog"
},
{
"path": "clients/typescript-node/conf/client.json",
"type": "json",
"params": {
"property": "npmVersion"
}
}
]
}