chore(release): configure npm release target

This commit is contained in:
2026-05-24 14:13:00 +00:00
parent 79eca61025
commit 0b0639f54c
2 changed files with 25 additions and 5 deletions
+24 -5
View File
@@ -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": {
+1
View File
@@ -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