Skip to content

Commit cf4937c

Browse files
committed
chore: small tweaks for migration
1 parent 3ad8af1 commit cf4937c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
/handwritten/firestore @googleapis/firestore-team
1414
/handwritten/spanner @googleapis/spanner-team
1515
/handwritten/bigquery-storage @googleapis/bigquery-team
16-
/core/precise-date jsteam-handwritten-libraries

core/precise-date/owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
logging.basicConfig(level=logging.DEBUG)
2222

2323
common_templates = gcp.CommonTemplates()
24-
templates = common_templates.node_library()
25-
s.copy(templates, excludes=["README.md"])
24+
templates = common_templates.node_mono_repo_library(relative_dir="core/precise-date")
25+
s.copy(templates, destination="core/precise-date", excludes=["README.md"])
2626
node.fix()

release-please-submodules.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"core/paginator": {
66
"component": "paginator"
77
},
8-
"core/precise-date": {},
8+
"core/precise-date": {
9+
"component": "precise-date"
10+
},
911
"core/projectify": {
1012
"component": "projectify"
1113
},

0 commit comments

Comments
 (0)