chore: test pre-release functionality with new system

This commit is contained in:
Ralph Khreish
2025-09-18 17:16:26 +02:00
parent cb2c266b2d
commit 255b9f0334
4 changed files with 11 additions and 6 deletions

View File

@@ -8,12 +8,12 @@
],
"commit": false,
"fixed": [],
"linked": [
["task-master-ai", "@tm/cli", "@tm/core"]
],
"access": "public",
"baseBranch": "main",
"ignore": [
"docs"
"docs",
"@tm/cli",
"@tm/core",
"@tm/build-config"
]
}

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": minor
---
Testing one more pre-release iteration

View File

@@ -240,7 +240,7 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"task-master-ai": "0.27.0-rc.0"
"task-master-ai": "*"
},
"devDependencies": {
"@dnd-kit/core": "^6.3.1",

View File

@@ -65,7 +65,7 @@
"@inquirer/search": "^3.0.15",
"@openrouter/ai-sdk-provider": "^0.4.5",
"@streamparser/json": "^0.0.22",
"@tm/cli": "0.27.0-rc.0",
"@tm/cli": "*",
"ai": "^4.3.10",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",