forked from markdown-confluence/markdown-confluence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
55 lines (55 loc) · 1.91 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
{
"release-type": "node",
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "deps", "section": "Dependencies"},
{"type": "revert", "section": "Reverts"},
{"type": "docs", "section": "Documentation"},
{"type": "test", "section": "Tests"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
],
"packages": {
"packages/obsidian": {
"component": "obsidian-confluence"
},
"packages/lib": {
"component": "@markdown-confluence/lib"
},
"packages/mermaid-electron-renderer": {
"component": "@markdown-confluence/mermaid-electron-renderer"
},
"packages/cli": {
"component": "@markdown-confluence/cli"
},
"packages/mermaid-puppeteer-renderer": {
"component": "@markdown-confluence/mermaid-puppeteer-renderer"
},
".": {
"component": "obsidian-confluence-root",
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
}
]
}
},
"plugins": [
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "obsidian packages",
"components": ["obsidian-confluence", "obsidian-confluence-root", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer", "@markdown-confluence/cli", "@markdown-confluence/mermaid-puppeteer-renderer"]
}
]
}