-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 964 Bytes
/
release-please-config.json
File metadata and controls
31 lines (31 loc) · 964 Bytes
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
{
"packages": {
".": {
"release-type": "go",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"versioning": "default"
},
"crates/core": {
"release-type": "rust",
"component": "aethelred-core",
"changelog-path": "CHANGELOG.md"
},
"sdk/aethelred-sdk": {
"release-type": "rust",
"component": "aethelred-sdk",
"changelog-path": "CHANGELOG.md"
},
"sdk/aethelred-py": {
"release-type": "python",
"component": "aethelred-py",
"changelog-path": "CHANGELOG.md"
},
"sdk/typescript": {
"release-type": "node",
"component": "aethelred-ts",
"changelog-path": "CHANGELOG.md"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}