fix(release): migrate smartconfig release targets to schema v2
This commit is contained in:
+15
-2
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"schemaVersion": 2,
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
@@ -29,8 +30,20 @@
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"registries": ["https://verdaccio.lossless.digital"],
|
||||
"accessLevel": "public"
|
||||
"targets": {
|
||||
"git": {
|
||||
"enabled": true,
|
||||
"remote": "origin",
|
||||
"pushBranch": true,
|
||||
"pushTags": true
|
||||
},
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"registries": ["https://verdaccio.lossless.digital"],
|
||||
"accessLevel": "public",
|
||||
"alreadyPublished": "success"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@git.zone/tsdoc": {
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
- Add test coverage for built tools, interfaces, and demodata exports.
|
||||
- Exclude generated dist output from TypeScript project resolution.
|
||||
- Update build and test development dependencies.
|
||||
- migrate smartconfig release targets to schema v2 (release)
|
||||
- Add schemaVersion 2 to the git.zone CLI configuration.
|
||||
- Move npm publishing settings under release.targets.npm and configure already-published packages as successful.
|
||||
- Enable git release target pushes for the origin branch and tags.
|
||||
|
||||
## 2026-05-02 - 1.4.0 - feat(exports)
|
||||
re-export shared interfaces package and add compatibility entry points
|
||||
|
||||
Reference in New Issue
Block a user