-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrelease-please-config.default.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathrelease-please-config.default.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"skip-changelog": true,
"include-component-in-tag": false,
"pull-request-title-pattern": "chore: release${component} ${version}",
"label": "autorelease: pending,versioning_strategy: default",
"packages": {
".": {
"release-type": "node",
"extra-files": [
"README.ja.md",
"README.md",
"docs/en/migration-from-v1.md",
"docs/en/migration-from-v2.md",
"docs/ja/migration-from-v1.md",
"docs/ja/migration-from-v2.md",
"examples/no-framework/another.html",
"examples/no-framework/index.html",
{
"type": "json",
"path": "examples/next-app-router/package.json",
"jsonpath": "$.dependencies['viewport-extra']"
},
{
"type": "json",
"path": "examples/next-pages-router/package.json",
"jsonpath": "$.dependencies['viewport-extra']"
},
{
"type": "json",
"path": "examples/nuxt/package.json",
"jsonpath": "$.dependencies['viewport-extra']"
}
]
}
}
}