Skip to content

Commit b3e9389

Browse files
committed
chore: fix rp config and owlbot
1 parent a10fe20 commit b3e9389

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/common/owlbot.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
import synthtool as s
1615
import synthtool.gcp as gcp
1716
import synthtool.languages.node_mono_repo as node
1817
import logging
19-
2018
logging.basicConfig(level=logging.DEBUG)
2119

2220
common_templates = gcp.CommonTemplates()
23-
templates = common_templates.node_library()
24-
s.copy(templates)
21+
templates = common_templates.node_mono_repo_library(relative_dir="core/common")
22+
s.copy(templates, destination="core/common", excludes=["README.md"])

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/common": {},
5+
"core/common": {
6+
"component": "common"
7+
},
68
"core/paginator": {
79
"component": "paginator"
810
},

0 commit comments

Comments
 (0)