forked from noir-lang/noir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
40 lines (40 loc) · 1.02 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
{
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"pull-request-title-pattern": "chore(noir): Release ${version}",
"group-pull-request-title-pattern": "chore(noir): Release ${version}",
"packages": {
".": {
"release-type": "simple",
"component": "noir",
"include-component-in-tag": false,
"extra-files": [
"Cargo.toml",
"flake.nix",
{
"type": "json",
"path": "compiler/wasm/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noirc_abi_wasm/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_js/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "compiler/source-resolver/package.json",
"jsonpath": "$.version"
}
]
}
},
"plugins": ["sentence-case"]
}