-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
37 lines (37 loc) · 1.63 KB
/
Copy pathrelease-please-config.json
File metadata and controls
37 lines (37 loc) · 1.63 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "cf482486ae761b6ee08907fd34470b3336c3a1a4",
"bump-minor-pre-major": true,
"changelog-sections": [
{ "section": "Features", "type": "feat" },
{ "section": "Bug Fixes", "type": "fix" },
{ "section": "Performance Improvements", "type": "perf" },
{ "section": "Code Refactoring", "type": "refactor" },
{ "section": "Reverts", "type": "revert" },
{ "section": "Documentation", "type": "docs" },
{ "section": "Dependencies", "type": "deps" },
{ "hidden": true, "section": "Styles", "type": "style" },
{ "hidden": true, "section": "Miscellaneous", "type": "chore" },
{ "hidden": true, "section": "Tests", "type": "test" }
],
"include-component-in-tag": true,
"packages": {
"packages/docusaurus-plugin-baidu-analytics": {},
"packages/docusaurus-plugin-channelio": {},
"packages/docusaurus-plugin-chatra": {},
"packages/docusaurus-plugin-cloudflare-analytics": {},
"packages/docusaurus-plugin-copy-markdown": {},
"packages/docusaurus-plugin-gitter": {},
"packages/docusaurus-plugin-google-adsense": {},
"packages/docusaurus-plugin-intercom": {},
"packages/docusaurus-plugin-meta-pixel": {},
"packages/docusaurus-plugin-microsoft-clarity": {},
"packages/docusaurus-plugin-naver-analytics": {},
"packages/docusaurus-plugin-sentry": {},
"packages/docusaurus-plugin-tailwind": {},
"packages/docusaurus-plugin-vercel-analytics": {},
"packages/docusaurus-plugin-yandex-metrica": {}
},
"release-type": "node",
"separate-pull-requests": true
}