-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
43 lines (43 loc) · 1.15 KB
/
release-please-config.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "c17ad792f4a288918d3c2369b6f0f00082a20071",
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {
"release-type": "python",
"package-name": "modelaudit",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
{
"type": "generic",
"path": "pyproject.toml",
"glob": false
}
]
},
"packages/modelaudit-picklescan": {
"release-type": "python",
"package-name": "modelaudit-picklescan",
"component": "modelaudit-picklescan",
"include-component-in-tag": true,
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
{
"type": "generic",
"path": "pyproject.toml",
"glob": false
},
{
"type": "generic",
"path": "Cargo.toml",
"glob": false
}
]
}
}
}