chore(release): configure npm release target
This commit is contained in:
+24
-5
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"@git.zone/cli": {
|
"@git.zone/cli": {
|
||||||
|
"schemaVersion": 2,
|
||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "code.foss.global",
|
"githost": "code.foss.global",
|
||||||
@@ -11,11 +12,29 @@
|
|||||||
"projectDomain": "push.rocks"
|
"projectDomain": "push.rocks"
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"registries": [
|
"confirmation": "prompt",
|
||||||
"https://verdaccio.lossless.digital",
|
"preflight": {
|
||||||
"https://registry.npmjs.org"
|
"requireCleanTree": true,
|
||||||
],
|
"test": false,
|
||||||
"accessLevel": "public"
|
"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": {
|
"@git.zone/tsdoc": {
|
||||||
|
|||||||
@@ -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.
|
- 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.
|
- Update release tooling dependency patch versions.
|
||||||
|
- Configure gitzone npm release target.
|
||||||
|
|
||||||
## 2026-04-30 - 3.3.2 - fix(build)
|
## 2026-04-30 - 3.3.2 - fix(build)
|
||||||
modernize project configuration and tighten Node.js typing support
|
modernize project configuration and tighten Node.js typing support
|
||||||
|
|||||||
Reference in New Issue
Block a user