-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
49 lines (49 loc) · 2.38 KB
/
Copy pathrelease-please-config.json
File metadata and controls
49 lines (49 loc) · 2.38 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/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"include-component-in-tag": true,
"include-v-in-tag": false,
"tag-separator": "@",
"separate-pull-requests": false,
"plugins": ["node-workspace"],
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "revert", "section": "Reverts" },
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "refactor", "section": "Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build", "hidden": true },
{ "type": "ci", "section": "CI", "hidden": true }
],
"packages": {
"packages/create-plugin": { "package-name": "@grafana/create-plugin", "component": "@grafana/create-plugin" },
"packages/eslint-plugin-plugins": {
"package-name": "@grafana/eslint-plugin-plugins",
"component": "@grafana/eslint-plugin-plugins"
},
"packages/plugin-docs-cli": { "package-name": "@grafana/plugin-docs-cli", "component": "@grafana/plugin-docs-cli" },
"packages/plugin-docs-parser": {
"package-name": "@grafana/plugin-docs-parser",
"component": "@grafana/plugin-docs-parser"
},
"packages/plugin-e2e": { "package-name": "@grafana/plugin-e2e", "component": "@grafana/plugin-e2e" },
"packages/plugin-meta-extractor": {
"package-name": "@grafana/plugin-meta-extractor",
"component": "@grafana/plugin-meta-extractor"
},
"packages/plugin-types-bundler": {
"package-name": "@grafana/plugin-types-bundler",
"component": "@grafana/plugin-types-bundler"
},
"packages/react-detect": { "package-name": "@grafana/react-detect", "component": "@grafana/react-detect" },
"packages/sign-plugin": { "package-name": "@grafana/sign-plugin", "component": "@grafana/sign-plugin" },
"packages/tsconfig": { "package-name": "@grafana/tsconfig", "component": "@grafana/tsconfig" },
"packages/eslint-config": { "package-name": "@grafana/eslint-config", "component": "@grafana/eslint-config" }
}
}