ktx/release-policy.json

28 lines
587 B
JSON
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
{
"schemaVersion": 1,
2026-05-11 13:07:10 +02:00
"releaseMode": "npm-public-release-ready",
2026-05-10 23:12:26 +02:00
"npm": {
2026-05-11 13:07:10 +02:00
"publish": true,
2026-05-10 23:12:26 +02:00
"registry": null,
2026-05-11 13:07:10 +02:00
"access": "public",
"tag": "next",
"packages": ["@kaelio/ktx"]
2026-05-10 23:12:26 +02:00
},
"python": {
"publish": false,
"repository": null,
"packages": ["kaelio-ktx"]
2026-05-10 23:12:26 +02:00
},
"publishedPackageSmoke": {
"packageName": "@kaelio/ktx",
"version": "0.1.0-rc.0",
2026-05-10 23:12:26 +02:00
"registry": null
},
"runtimeInstaller": {
"uvStrategy": "path-prerequisite",
"bootstrapUv": false,
"missingUvBehavior": "focused-error"
},
2026-05-11 13:07:10 +02:00
"requiredBeforePublishing": []
2026-05-10 23:12:26 +02:00
}