-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
29 lines (29 loc) · 967 Bytes
/
release-please-config.json
File metadata and controls
29 lines (29 loc) · 967 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
{
"packages": {
"packages/parse": {},
"packages/compile": {},
"packages/build": {},
"packages/cli": {},
"packages/runtime": {},
"packages/runtime-async": {},
"packages/check-core": {},
"packages/check-ui-shell": {},
"packages/plugin-check": {},
"packages/plugin-config": {},
"packages/plugin-vite": {},
"packages/plugin-wasm": {},
"packages/plugin-worker": {},
"packages/plugin-deploy": {},
"packages/create": {}
},
"plugins": ["node-workspace"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"pull-request-title-pattern": "chore: release${component} ${version}",
"changelog-sections": [
{ "type": "feat", "hidden": false, "section": "Features" },
{ "type": "fix", "hidden": false, "section": "Bug Fixes" },
{ "type": "perf", "hidden": false, "section": "Performance Improvements" },
{ "type": "deps", "hidden": false, "section": "Dependencies" }
]
}