From ddea5edb9e899069a95478c30c017b2ce5310d21 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Tue, 9 Jan 2024 10:42:26 -0800 Subject: [PATCH] chore: add javascript to release-please --- release-please-config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 4aa03e2c2..d1693a662 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,12 +6,20 @@ "separate-pull-requests": true, "sequential-calls": true, "packages": { + "js/packages/openinference-semantic-conventions": { + "package-name": "js-openinference-semantic-conventions", + "release-type": "node" + }, + "js/packages/openinference-instrumentation-openai": { + "package-name": "js-openinference-instrumentation-openai", + "release-type": "node" + }, "python/openinference-semantic-conventions": { - "package-name": "openinference-semantic-conventions", + "package-name": "python-openinference-semantic-conventions", "release-type": "python" }, "python/instrumentation/openinference-instrumentation-openai": { - "package-name": "openinference-instrumentation-openai", + "package-name": "python-openinference-instrumentation-openai", "release-type": "python" } }