chore(release): add channel packages to release workflow

- Bump channel package versions to 0.13.0
- Add publish steps for @qwen-code/channel-base and @qwen-code/channel-plugin-example
- Update version script to convert file: references to semver for published packages

This enables proper npm publishing of channel packages during the release process.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-03-27 06:16:22 +00:00
parent c97c548acb
commit a700ce8186
7 changed files with 42 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-plugin-example",
"version": "0.1.0",
"version": "0.13.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -22,7 +22,7 @@
"build": "tsc --build"
},
"dependencies": {
"@qwen-code/channel-base": "^0.1.0",
"@qwen-code/channel-base": "file:../base",
"ws": "^8.18.0"
},
"devDependencies": {