From 6bb52caf95afd067ef011d508bc744ac1e407613 Mon Sep 17 00:00:00 2001 From: Bluefox Date: Tue, 8 Oct 2024 17:47:36 +0800 Subject: [PATCH] Update .releaseconfig.json (#2749) --- .releaseconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaseconfig.json b/.releaseconfig.json index 1186e8d17..71871f631 100644 --- a/.releaseconfig.json +++ b/.releaseconfig.json @@ -1,5 +1,5 @@ { - "plugins": ["iobroker", "license"], + "plugins": ["iobroker", "license", "lerna"], "ioPackage": "packages/admin", "exec": { "before_commit": "npm run build && npm run bump-versions"