Skip to content

Commit 13d3c00

Browse files
committed
chore: small tweaks for migration
1 parent 7722df8 commit 13d3c00

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

core/paginator/owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
import synthtool.gcp as gcp
1616

1717
common_templates = gcp.CommonTemplates()
18-
templates = common_templates.node_library()
19-
s.copy(sources=templates, excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml", ".jsdoc.js"])
18+
templates = common_templates.node_mono_repo_library(relative_dir="core/paginator")
19+
s.copy(sources=templates, destination="core/paginator", excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml", ".jsdoc.js"])

release-please-submodules.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"commit-batch-size": 1,
33
"include-component-in-tag": true,
44
"packages": {
5-
"core/paginator": {},
5+
"core/paginator": {
6+
"component": "paginator"
7+
},
68
"core/projectify": {
79
"component": "projectify"
810
},

0 commit comments

Comments
 (0)