-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
26 lines (26 loc) · 1.05 KB
/
Copy pathrelease-please-config.json
File metadata and controls
26 lines (26 loc) · 1.05 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "9b36012d19fc4a8cfe380c71e3ed97c93ab9bc74",
"packages": {
".": {
"release-type": "simple",
"version-file": "VERSION",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor", "section": "Refactoring" },
{ "type": "perf", "section": "Performance" },
{ "type": "docs", "section": "Documentation" },
{ "type": "test", "section": "Tests" },
{ "type": "chore", "section": "Miscellaneous", "hidden": true }
],
"extra-files": [
{ "type": "json", "path": "apps/hub-tauri/src-tauri/tauri.conf.json", "jsonpath": "$.version" },
{ "type": "json", "path": "apps/agents/agent-tauri/src-tauri/tauri.conf.json", "jsonpath": "$.version" }
]
}
}
}