-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrelease-please-config.stable.json
More file actions
73 lines (73 loc) 路 1.97 KB
/
Copy pathrelease-please-config.stable.json
File metadata and controls
73 lines (73 loc) 路 1.97 KB
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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"always-update": true,
"bootstrap-sha": "61e8b6f8374f3fa3b8c4012e499b4064d8f5c4d2",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": true,
"force-tag-creation": true,
"include-v-in-tag": true,
"packages": {
".": {
"extra-files": [
{
"jsonpath": "$['.']",
"path": ".release-please-manifest.json",
"type": "json"
},
{
"jsonpath": "$.package[?(@.name.value==\"vidxp\")].version",
"path": "uv.lock",
"type": "toml"
},
{
"jsonpath": "$.version",
"path": "plugins/vidxp/.codex-plugin/plugin.json",
"type": "json"
},
{
"path": "desktop/src-tauri/Cargo.toml",
"type": "generic"
},
{
"jsonpath": "$.package[?(@.name.value==\"vidxp-desktop\")].version",
"path": "desktop/src-tauri/Cargo.lock",
"type": "toml"
},
{
"jsonpath": "$.version",
"path": "desktop/package.json",
"type": "json"
},
{
"jsonpath": "$.version",
"path": "desktop/package-lock.json",
"type": "json"
},
{
"jsonpath": "$.packages[''].version",
"path": "desktop/package-lock.json",
"type": "json"
},
{
"jsonpath": "$.desktop_version",
"path": "desktop/runtime-manifest.json",
"type": "json"
},
{
"jsonpath": "$.package_version",
"path": "desktop/runtime-manifest.json",
"type": "json"
},
{
"jsonpath": "$.version",
"path": "desktop/src-tauri/tauri.conf.json",
"type": "json"
}
],
"include-component-in-tag": false,
"package-name": "vidxp",
"release-type": "python"
}
}
}