-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathversionary.jsonc
More file actions
49 lines (49 loc) · 1.21 KB
/
versionary.jsonc
File metadata and controls
49 lines (49 loc) · 1.21 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://raw.githubusercontent.com/jolars/versionary/main/schemas/config.json",
"version": 1,
"review-mode": "review",
"release-type": "rust",
"bootstrap-sha": "8b9e8a5caceb441e00b6593bd8ea87d9b60ae92b",
"bump-minor-pre-major": true,
"include-commit-authors": true,
"release-reference-comments": "best-effort",
"packages": {
".": {
"exclude-paths": [
"crates/panache-formatter",
"crates/panache-parser",
"crates/panache-wasm",
"editors"
],
"extra-files": [
{
"type": "json",
"path": "npm/panache-cli/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "npm/panache-cli/package.json",
"jsonpath": "$.optionalDependencies.*"
}
]
},
"crates/panache-parser": {},
"crates/panache-formatter": {},
"editors/code": {
"release-type": "node",
"package-name": "panache-code",
"follows": ["."]
},
"editors/zed": {
"package-name": "panache-zed",
"extra-files": [
{
"type": "toml",
"path": "extension.toml",
"jsonpath": "$.version"
}
]
}
}
}