juice-email-cli 2.0.5 → 2.0.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -267,7 +267,7 @@ juice-cli/
|
|
|
267
267
|
│ └── juice-icon.ico # 右键菜单自定义图标
|
|
268
268
|
├── scripts/
|
|
269
269
|
│ ├── generate-icon.js # 图标生成脚本
|
|
270
|
-
│ └── release.
|
|
270
|
+
│ └── release.mjs # 发布脚本
|
|
271
271
|
├── .husky/
|
|
272
272
|
│ └── commit-msg # Git hooks - 提交信息校验
|
|
273
273
|
├── .commitlintrc.json # Commitlint 配置
|
|
@@ -320,8 +320,8 @@ npm run release:dry
|
|
|
320
320
|
2. 选择版本更新类型(Major / Minor / Patch)
|
|
321
321
|
3. 确认版本号
|
|
322
322
|
4. 自动更新版本号、生成 CHANGELOG、打 tag
|
|
323
|
-
5.
|
|
324
|
-
6.
|
|
323
|
+
5. 推送到 origin 和 github 远程仓库
|
|
324
|
+
6. GitHub Actions 自动发布到 npm
|
|
325
325
|
|
|
326
326
|
### 配置文件
|
|
327
327
|
|
package/package.json
CHANGED