mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
## [0.1.0-rc.2](https://github.com/kaelio/ktx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2026-05-16) ### Bug Fixes * **ci:** run rc releases from next branch ([3dca33e](3dca33ec11)) * **context:** allow release git askpass env ([78ca891](78ca891c0c)) ### Documentation * clarify getting started introduction ([#120](https://github.com/kaelio/ktx/issues/120)) ([c7e6b50](c7e6b5001d)) * merge community contributing pages ([#119](https://github.com/kaelio/ktx/issues/119)) ([cf3674c](cf3674cd9f)) * move LLM configuration guide last ([#117](https://github.com/kaelio/ktx/issues/117)) ([6862883](68628832a9))
32 lines
654 B
JSON
32 lines
654 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"publicNpmPackageVersion": "0.1.0-rc.2",
|
|
"releaseMode": "npm-public-release-ready",
|
|
"npm": {
|
|
"publish": true,
|
|
"registry": null,
|
|
"access": "public",
|
|
"tag": "next",
|
|
"packages": [
|
|
"@kaelio/ktx"
|
|
]
|
|
},
|
|
"python": {
|
|
"publish": false,
|
|
"repository": null,
|
|
"packages": [
|
|
"kaelio-ktx"
|
|
]
|
|
},
|
|
"publishedPackageSmoke": {
|
|
"packageName": "@kaelio/ktx",
|
|
"version": "0.1.0-rc.2",
|
|
"registry": null
|
|
},
|
|
"runtimeInstaller": {
|
|
"uvStrategy": "path-prerequisite",
|
|
"bootstrapUv": false,
|
|
"missingUvBehavior": "focused-error"
|
|
},
|
|
"requiredBeforePublishing": []
|
|
}
|