@zjex/git-workflow 0.4.1 → 0.4.2
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/CHANGELOG.md +18 -0
- package/README.md +0 -7
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.4.1](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.0...v0.4.1) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- 更新文档内容和链接格式 ([31bd691](https://github.com/iamzjt-front-end/git-workflow/commit/31bd691))
|
|
8
|
+
|
|
9
|
+
### 📖 Documentation
|
|
10
|
+
|
|
11
|
+
- 更新文档中的链接为绝对路径 ([842cbdb](https://github.com/iamzjt-front-end/git-workflow/commit/842cbdb))
|
|
12
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([c234272](https://github.com/iamzjt-front-end/git-workflow/commit/c234272))
|
|
13
|
+
|
|
14
|
+
### 🔧 Chore
|
|
15
|
+
|
|
16
|
+
- 🔖 chore(release): 发布 v0.4.1 ([83d9263](https://github.com/iamzjt-front-end/git-workflow/commit/83d9263))
|
|
17
|
+
- 添加变更日志文件并更新版本信息 ([4d06a46](https://github.com/iamzjt-front-end/git-workflow/commit/4d06a46))
|
|
18
|
+
- 🔧 chore(docs): 删除过时的文档文件和更新说明 ([e1974a2](https://github.com/iamzjt-front-end/git-workflow/commit/e1974a2))
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [v0.4.0](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.10...v0.4.0) (2026-01-15)
|
|
4
22
|
|
|
5
23
|
### 📖 Documentation
|
package/README.md
CHANGED
|
@@ -20,13 +20,6 @@
|
|
|
20
20
|
<strong>🚀 极简的 Git 工作流 CLI 工具,让分支管理和版本发布变得轻松愉快</strong>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
|
-
<p align="center">
|
|
24
|
-
<a href="#⚡️-快速开始">快速开始</a> •
|
|
25
|
-
<a href="#✨-核心特性">核心特性</a> •
|
|
26
|
-
<a href="#📚-完整文档">完整文档</a> •
|
|
27
|
-
<a href="#🤝-贡献">贡献</a>
|
|
28
|
-
</p>
|
|
29
|
-
|
|
30
23
|
<p align="center">
|
|
31
24
|
<strong>📚 <a href="https://iamzjt-front-end.github.io/git-workflow/">完整文档</a> | 🚀 <a href="https://iamzjt-front-end.github.io/git-workflow/guide/getting-started">快速开始</a> | 📖 <a href="https://iamzjt-front-end.github.io/git-workflow/commands/">命令参考</a> | ⚙️ <a href="https://iamzjt-front-end.github.io/git-workflow/config/">配置指南</a></strong>
|
|
32
25
|
</p>
|
package/dist/index.js
CHANGED
|
@@ -3143,7 +3143,7 @@ process.on("SIGTERM", () => {
|
|
|
3143
3143
|
console.log("");
|
|
3144
3144
|
process.exit(0);
|
|
3145
3145
|
});
|
|
3146
|
-
var version = true ? "0.4.
|
|
3146
|
+
var version = true ? "0.4.2" : "0.0.0-dev";
|
|
3147
3147
|
async function mainMenu() {
|
|
3148
3148
|
console.log(
|
|
3149
3149
|
colors.green(`
|