@tbox-dev-js/sdk 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -448,21 +448,6 @@ npm run build
|
|
|
448
448
|
npm run clean
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
## 发布流程
|
|
452
|
-
|
|
453
|
-
```bash
|
|
454
|
-
# 预览发布内容(Dry-run)
|
|
455
|
-
./scripts/publish.sh
|
|
456
|
-
|
|
457
|
-
# 正式发布
|
|
458
|
-
./scripts/publish.sh --release
|
|
459
|
-
|
|
460
|
-
# 自动 bump 版本号并发布
|
|
461
|
-
./scripts/publish.sh --patch # 0.1.0 → 0.1.1
|
|
462
|
-
./scripts/publish.sh --minor # 0.1.0 → 0.2.0
|
|
463
|
-
./scripts/publish.sh --major # 0.1.0 → 1.0.0
|
|
464
|
-
```
|
|
465
|
-
|
|
466
451
|
## 许可证
|
|
467
452
|
|
|
468
453
|
MIT
|