From 9d2e8419be13475853cfee90b28502e72146eb6a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 24 May 2026 10:18:00 +0000 Subject: [PATCH] chore(release): configure npm release target --- .smartconfig.json | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/.smartconfig.json b/.smartconfig.json index 0ffc3b5..7a2d064 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -14,6 +14,7 @@ ] }, "@git.zone/cli": { + "schemaVersion": 2, "projectType": "wcc", "module": { "githost": "code.foss.global", @@ -25,11 +26,28 @@ "projectDomain": "serve.zone" }, "release": { - "registries": [ - "https://verdaccio.lossless.digital", - "https://registry.npmjs.org" - ], - "accessLevel": "public" + "preflight": { + "requireCleanTree": true, + "test": false, + "build": true + }, + "targets": { + "git": { + "enabled": true, + "remote": "origin", + "pushBranch": true, + "pushTags": true + }, + "npm": { + "enabled": true, + "registries": [ + "https://verdaccio.lossless.digital", + "https://registry.npmjs.org" + ], + "accessLevel": "public", + "alreadyPublished": "success" + } + } } } }