-
Notifications
You must be signed in to change notification settings - Fork 5
/
release-please-config.json
72 lines (72 loc) · 2.56 KB
/
release-please-config.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"pull-request-title-pattern": "chore: Release (${version})",
"group-pull-request-title-pattern": "chore: Release (${version})",
"packages": {
".": {
"component": "root",
"include-component-in-tag": false,
"extra-files": [
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.package.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.bls12_381.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.polynomial.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.erasure_codes.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.c_eth_kzg.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.kzg_multi_open.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.rust_eth_kzg.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.maybe_rayon.version"
},
"bindings/nim/nim_code/nim_eth_kzg/nim_eth_kzg.nimble",
"bindings/java/java_code/build.gradle",
{
"type": "xml",
"path": "bindings/csharp/csharp_code/EthKZG.bindings/EthKZG.csproj",
"xpath": "//Project/PropertyGroup/Version"
},
{
"type": "json",
"path": "bindings/node/package.json",
"jsonpath": "$.version"
}
]
}
},
"plugins": [
"sentence-case"
],
"bootstrap-sha": "fbaabee836330683283133cabf72d185161ae845"
}