+25
-1
lines changedFilter options
+25
-1
lines changed Original file line number Diff line number Diff line change
@@ -39,7 +39,6 @@
39
39
".": {
40
40
"package-name": "",
41
41
"exclude-paths": [
42
-
"docs",
43
42
"smoke-tests",
44
43
"mock-globals",
45
44
"mock-registry",
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
1
+
{
2
+
"packages": {
3
+
"{{ pkgPath }}": {
4
+
{{#if isRoot}}
5
+
"exclude-paths": [
6
+
"smoke-tests",
7
+
"mock-globals",
8
+
"mock-registry",
9
+
"workspaces"
10
+
]
11
+
{{/if}}
12
+
}
13
+
}
14
+
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1
+
const releasePleaseConfig = {
2
+
'release-please-config.json': {
3
+
file: 'release-please-config-json.hbs',
4
+
overwrite: false,
5
+
filter: (p) => p.config.isPublic,
6
+
parser: (p) => p.JsonMergeNoComment,
7
+
},
8
+
}
9
+
1
10
module.exports = {
2
11
rootModule: {
3
12
add: {
@@ -16,6 +25,7 @@ module.exports = {
16
25
'.github/workflows/ci.yml': 'ci-yml.hbs',
17
26
'.github/workflows/create-node-pr.yml': 'create-node-pr-yml.hbs',
18
27
'.github/workflows/node-integration.yml': 'node-integration-yml.hbs',
28
+
...releasePleaseConfig,
19
29
},
20
30
},
21
31
workspaceRepo: {
@@ -26,6 +36,7 @@ module.exports = {
26
36
'.github/workflows/post-dependabot.yml': false,
27
37
'.github/workflows/release.yml': false,
28
38
'.github/workflows/pull-request.yml': false,
39
+
...releasePleaseConfig,
29
40
},
30
41
},
31
42
workspaceModule: {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4