chore(channels): make plugin-example private and remove from release workflow

- Mark @qwen-code/channel-plugin-example as private in package.json
- Remove publish step from release workflow
- Remove file: to semver rewrite logic in version script
- Use file: reference for @qwen-code/channel-base dependency

This change prevents the example plugin from being published to npm, as it's only intended for internal/development use.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-04-01 20:43:45 +08:00
parent f891af4847
commit d07861ad5c
3 changed files with 3 additions and 28 deletions

View file

@ -1,6 +1,7 @@
{
"name": "@qwen-code/channel-plugin-example",
"version": "0.14.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -23,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@qwen-code/channel-base": "^0.14.0",
"@qwen-code/channel-base": "file:../base",
"ws": "^8.18.0"
},
"devDependencies": {