-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
99 lines (99 loc) · 2.47 KB
/
Copy pathrelease-please-config.json
File metadata and controls
99 lines (99 loc) · 2.47 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"separate-pull-requests": true,
"include-component-in-tag": true,
"include-v-in-tag": true,
"tag-separator": "-",
"draft": true,
"force-tag-creation": true,
"packages": {
"libs/cua-driver": {
"release-type": "simple",
"component": "cua-driver-rs",
"package-name": "cua-driver-rs",
"bump-minor-pre-major": true,
"version-file": "rust/VERSION",
"changelog-path": "rust/CHANGELOG.md",
"exclude-paths": [
"libs/cua-driver/docs",
"libs/cua-driver/python",
"libs/cua-driver/tests"
],
"extra-files": [
{
"type": "toml",
"path": "rust/Cargo.toml",
"jsonpath": "$.workspace.package.version"
},
{
"type": "toml",
"path": "python/pyproject.toml",
"jsonpath": "$.project.version"
},
{
"type": "generic",
"path": "python/src/cua_driver/__init__.py"
},
{
"type": "json",
"path": "typescript/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "typescript/package-lock.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "typescript/package-lock.json",
"jsonpath": "$.packages[''].version"
},
{
"type": "generic",
"path": "rust/Skills/cua-driver/SKILL.md"
}
]
},
"libs/python/cua-sandbox": {
"release-type": "simple",
"component": "sandbox",
"package-name": "cua-sandbox",
"bump-minor-pre-major": true,
"version-file": "VERSION",
"changelog-path": "CHANGELOG.md",
"extra-files": [
{
"type": "toml",
"path": "pyproject.toml",
"jsonpath": "$.project.version"
},
{
"type": "generic",
"path": "cua_sandbox/__init__.py"
},
{
"type": "toml",
"path": "uv.lock",
"jsonpath": "$.package[?(@.name.value=='cua-sandbox')].version"
}
]
},
"libs/lume": {
"release-type": "simple",
"component": "lume",
"package-name": "lume",
"version-file": "VERSION",
"changelog-path": "CHANGELOG.md",
"extra-files": [
{
"type": "generic",
"path": "src/Main.swift"
},
{
"type": "generic",
"path": "scripts/install.sh"
}
]
}
}
}