diff --git a/.smartconfig.json b/.smartconfig.json index 25add7a..712d181 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -1,5 +1,6 @@ { "@git.zone/cli": { + "schemaVersion": 2, "projectType": "npm", "module": { "githost": "code.foss.global", @@ -11,11 +12,29 @@ "projectDomain": "push.rocks" }, "release": { - "registries": [ - "https://verdaccio.lossless.digital", - "https://registry.npmjs.org" - ], - "accessLevel": "public" + "confirmation": "prompt", + "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" + } + } } }, "@git.zone/tsdoc": { diff --git a/changelog.md b/changelog.md index 303f41f..81caaf4 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ - Fix Smartgit initialization when installed globally with pnpm by loading isomorphic-git's Node HTTP adapter from smartgit's own dependency context. - Update release tooling dependency patch versions. +- Configure gitzone npm release target. ## 2026-04-30 - 3.3.2 - fix(build) modernize project configuration and tighten Node.js typing support