-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.release-please-config-develop.json
More file actions
44 lines (44 loc) · 1.56 KB
/
.release-please-config-develop.json
File metadata and controls
44 lines (44 loc) · 1.56 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
{
"release-type": "python",
"include-v-in-tag": true,
"bootstrap-sha": "5ed358b3e2e0fd12dc336133f701b4ba5d8a298c",
"packages": {
".": {
"release-type": "python",
"package-name": "otdf-python",
"prerelease": true,
"prerelease-type": "alpha",
"extra-files": [
"pyproject.toml",
{
"path": "uv.lock",
"type": "toml",
"jsonpath": "$.package[?(@.name.value=='otdf-python')].version"
},
{
"path": "otdf-python-proto/pyproject.toml",
"type": "toml",
"jsonpath": "$.project.version"
},
{
"path": "otdf-python-proto/uv.lock",
"type": "toml",
"jsonpath": "$.package[?(@.name.value=='otdf-python-proto')].version"
}
]
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
}