File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
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
+ 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.
0 commit comments