-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
34 lines (34 loc) · 859 Bytes
/
release-please-config.json
File metadata and controls
34 lines (34 loc) · 859 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
32
33
34
{
"release-label": "released",
"include-v-in-tag": true,
"tag-separator": "-",
"plugins": [
"cargo-workspace",
{
"type": "linked-versions",
"groupName": "does-it-throw-rust",
"components": ["crates/does-it-throw", "crates/does-it-throw-wasm"]
}
],
"packages": {
".": {
"release-type": "node"
},
"server": {
"release-type": "node"
},
"crates/does-it-throw": {
"release-type": "rust"
},
"crates/does-it-throw-wasm": {
"release-type": "rust"
},
"jetbrains": {
"release-type": "simple",
"package-name": "does-it-throw-jetbrains",
"extra-files": ["gradle.properties"]
}
},
"bootstrap-sha": "89c1833c752211c7e712ef926c3d14f85ac1a779",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}