@zjex/git-workflow 0.4.6 → 0.5.0
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 +136 -377
- package/README.md +44 -6
- package/dist/index.js +675 -31
- package/docs/.vitepress/cache/deps/_metadata.json +10 -10
- package/docs/.vitepress/config.ts +4 -0
- package/docs/commands/index.md +4 -0
- package/docs/commands/review.md +142 -0
- package/docs/guide/ai-review.md +159 -0
- package/docs/guide/index.md +2 -0
- package/docs/index.md +26 -3
- package/package.json +1 -1
- package/scripts/generate-changelog-manual.js +15 -64
- package/src/commands/review.ts +759 -0
- package/src/commands/tag.ts +42 -10
- package/src/commands/update.ts +25 -9
- package/src/index.ts +29 -1
- package/src/utils.ts +3 -1
- package/tests/review.test.ts +1058 -0
- package/tests/update.test.ts +85 -69
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/chunk-2CLQ7TTZ.js +0 -9719
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/chunk-2CLQ7TTZ.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/chunk-LE5NDSFD.js +0 -12824
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/chunk-LE5NDSFD.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/package.json +0 -3
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vue_devtools-api.js +0 -4505
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vue_devtools-api.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vueuse_core.js +0 -583
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vueuse_core.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vueuse_integrations_useFocusTrap.js +0 -1352
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___@vueuse_integrations_useFocusTrap.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___mark__js_src_vanilla__js.js +0 -1665
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___mark__js_src_vanilla__js.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___minisearch.js +0 -1813
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vitepress___minisearch.js.map +0 -7
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vue.js +0 -347
- package/docs/.vitepress/cache/deps_temp_44e2fb0f/vue.js.map +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,553 +1,312 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v0.4.7](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.6...v0.4.7) (2026-01-21)
|
|
4
4
|
|
|
5
|
+
- 🔖 chore(release): 发布 v0.4.7 ([61ae098](https://github.com/iamzjt-front-end/git-workflow/commit/61ae098))
|
|
6
|
+
- feat(docs): 添加 Debug 模式和命令引号处理指南链接 ([1a4535d](https://github.com/iamzjt-front-end/git-workflow/commit/1a4535d))
|
|
7
|
+
- docs(changelog): 更新CHANGELOG生成格式 ([bf95ca7](https://github.com/iamzjt-front-end/git-workflow/commit/bf95ca7))
|
|
5
8
|
|
|
6
|
-
## [v0.4.
|
|
7
|
-
|
|
8
|
-
### ✨ Features
|
|
9
|
+
## [v0.4.6](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.5...v0.4.6) (2026-01-20)
|
|
9
10
|
|
|
10
|
-
-
|
|
11
|
+
- 🔖 chore(release): 发布 v0.4.6 ([317793a](https://github.com/iamzjt-front-end/git-workflow/commit/317793a))
|
|
12
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([0c63f55](https://github.com/iamzjt-front-end/git-workflow/commit/0c63f55))
|
|
13
|
+
- feat: 增加--debug模式及修复一些问题 ([5432d95](https://github.com/iamzjt-front-end/git-workflow/commit/5432d95))
|
|
11
14
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([c49a4bd](https://github.com/iamzjt-front-end/git-workflow/commit/c49a4bd))
|
|
15
|
-
|
|
16
|
-
### 🔧 Chore
|
|
15
|
+
## [v0.4.5](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.4...v0.4.5) (2026-01-19)
|
|
17
16
|
|
|
18
17
|
- 🔖 chore(release): 发布 v0.4.5 ([8abd7b4](https://github.com/iamzjt-front-end/git-workflow/commit/8abd7b4))
|
|
19
|
-
|
|
18
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([c49a4bd](https://github.com/iamzjt-front-end/git-workflow/commit/c49a4bd))
|
|
19
|
+
- feat(docs): 更新日期格式说明,支持完整时间输入 ([25f2b39](https://github.com/iamzjt-front-end/git-workflow/commit/25f2b39))
|
|
20
20
|
|
|
21
21
|
## [v0.4.4](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.3...v0.4.4) (2026-01-19)
|
|
22
22
|
|
|
23
|
-
### ✨ Features
|
|
24
|
-
|
|
25
|
-
- 优化分支创建和删除功能的用户体验 ([88dec43](https://github.com/iamzjt-front-end/git-workflow/commit/88dec43))
|
|
26
|
-
|
|
27
|
-
### 🔧 Chore
|
|
28
|
-
|
|
29
23
|
- 🔖 chore(release): 发布 v0.4.4 ([d673bfb](https://github.com/iamzjt-front-end/git-workflow/commit/d673bfb))
|
|
30
|
-
|
|
24
|
+
- feat(branch): 优化分支创建和删除功能的用户体验 ([88dec43](https://github.com/iamzjt-front-end/git-workflow/commit/88dec43))
|
|
31
25
|
|
|
32
26
|
## [v0.4.3](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.2...v0.4.3) (2026-01-19)
|
|
33
27
|
|
|
34
|
-
### ✨ Features
|
|
35
|
-
|
|
36
|
-
- 添加修改提交信息和时间的命令及文档 ([a7fb0a0](https://github.com/iamzjt-front-end/git-workflow/commit/a7fb0a0))
|
|
37
|
-
|
|
38
|
-
### 📖 Documentation
|
|
39
|
-
|
|
40
|
-
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([00d758c](https://github.com/iamzjt-front-end/git-workflow/commit/00d758c))
|
|
41
|
-
|
|
42
|
-
### 🔧 Chore
|
|
43
|
-
|
|
44
28
|
- 🔖 chore(release): 发布 v0.4.3 ([35e4985](https://github.com/iamzjt-front-end/git-workflow/commit/35e4985))
|
|
45
|
-
|
|
29
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([00d758c](https://github.com/iamzjt-front-end/git-workflow/commit/00d758c))
|
|
30
|
+
- feat(docs): 添加修改提交信息和时间的命令及文档 ([a7fb0a0](https://github.com/iamzjt-front-end/git-workflow/commit/a7fb0a0))
|
|
46
31
|
|
|
47
32
|
## [v0.4.2](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.1...v0.4.2) (2026-01-19)
|
|
48
33
|
|
|
49
|
-
### 📖 Documentation
|
|
50
|
-
|
|
51
|
-
- 移除冗余的快速链接部分 ([330b323](https://github.com/iamzjt-front-end/git-workflow/commit/330b323))
|
|
52
|
-
|
|
53
|
-
### 🔧 Chore
|
|
54
|
-
|
|
55
34
|
- 🔖 chore(release): 发布 v0.4.2 ([5d59590](https://github.com/iamzjt-front-end/git-workflow/commit/5d59590))
|
|
56
|
-
|
|
35
|
+
- docs(readme): 移除冗余的快速链接部分 ([330b323](https://github.com/iamzjt-front-end/git-workflow/commit/330b323))
|
|
57
36
|
|
|
58
37
|
## [v0.4.1](https://github.com/iamzjt-front-end/git-workflow/compare/v0.4.0...v0.4.1) (2026-01-16)
|
|
59
38
|
|
|
60
|
-
### ✨ Features
|
|
61
|
-
|
|
62
|
-
- 更新文档内容和链接格式 ([31bd691](https://github.com/iamzjt-front-end/git-workflow/commit/31bd691))
|
|
63
|
-
|
|
64
|
-
### 📖 Documentation
|
|
65
|
-
|
|
66
|
-
- 更新文档中的链接为绝对路径 ([842cbdb](https://github.com/iamzjt-front-end/git-workflow/commit/842cbdb))
|
|
67
|
-
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([c234272](https://github.com/iamzjt-front-end/git-workflow/commit/c234272))
|
|
68
|
-
|
|
69
|
-
### 🔧 Chore
|
|
70
|
-
|
|
71
39
|
- 🔖 chore(release): 发布 v0.4.1 ([83d9263](https://github.com/iamzjt-front-end/git-workflow/commit/83d9263))
|
|
72
|
-
-
|
|
40
|
+
- docs: 更新文档中的链接为绝对路径 ([842cbdb](https://github.com/iamzjt-front-end/git-workflow/commit/842cbdb))
|
|
41
|
+
- chore(changelog): 添加变更日志文件并更新版本信息 ([4d06a46](https://github.com/iamzjt-front-end/git-workflow/commit/4d06a46))
|
|
42
|
+
- feat(docs): 更新文档内容和链接格式 ([31bd691](https://github.com/iamzjt-front-end/git-workflow/commit/31bd691))
|
|
43
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([c234272](https://github.com/iamzjt-front-end/git-workflow/commit/c234272))
|
|
73
44
|
- 🔧 chore(docs): 删除过时的文档文件和更新说明 ([e1974a2](https://github.com/iamzjt-front-end/git-workflow/commit/e1974a2))
|
|
74
45
|
|
|
75
|
-
|
|
76
46
|
## [v0.4.0](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.10...v0.4.0) (2026-01-15)
|
|
77
47
|
|
|
78
|
-
|
|
79
|
-
|
|
48
|
+
- 🔧 chore(release): 发布 v0.4.0 ([7a636e3](https://github.com/iamzjt-front-end/git-workflow/commit/7a636e3))
|
|
80
49
|
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([3d93407](https://github.com/iamzjt-front-end/git-workflow/commit/3d93407))
|
|
81
50
|
- 📝 docs(test): 添加测试覆盖总结文档 ([e002054](https://github.com/iamzjt-front-end/git-workflow/commit/e002054))
|
|
82
51
|
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([094e8fc](https://github.com/iamzjt-front-end/git-workflow/commit/094e8fc))
|
|
83
52
|
|
|
84
|
-
### 🔧 Chore
|
|
85
|
-
|
|
86
|
-
- 🔧 chore(release): 发布 v0.4.0 ([7a636e3](https://github.com/iamzjt-front-end/git-workflow/commit/7a636e3))
|
|
87
|
-
|
|
88
|
-
|
|
89
53
|
## [v0.3.10](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.9...v0.3.10) (2026-01-14)
|
|
90
54
|
|
|
91
|
-
### ♻️ Refactors
|
|
92
|
-
|
|
93
|
-
- ♻️ refactor(ai-service): 优化 buildPrompt 函数的参数格式化方式 ([6aec2cd](https://github.com/iamzjt-front-end/git-workflow/commit/6aec2cd))
|
|
94
|
-
|
|
95
|
-
### 🔧 Chore
|
|
96
|
-
|
|
97
55
|
- 🔧 chore(release): 发布 v0.3.10 ([0aedd8d](https://github.com/iamzjt-front-end/git-workflow/commit/0aedd8d))
|
|
98
|
-
|
|
56
|
+
- ♻️ refactor(ai-service): 优化 buildPrompt 函数的参数格式化方式 ([6aec2cd](https://github.com/iamzjt-front-end/git-workflow/commit/6aec2cd))
|
|
99
57
|
|
|
100
58
|
## [v0.3.9](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.8...v0.3.9) (2026-01-14)
|
|
101
59
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
- ✨ feat(branch): 添加分支描述必填配置功能 ([d0349d0](https://github.com/iamzjt-front-end/git-workflow/commit/d0349d0))
|
|
105
|
-
|
|
106
|
-
### 📖 Documentation
|
|
107
|
-
|
|
60
|
+
- 🔧 chore(release): 发布 v0.3.9 ([80c7d2a](https://github.com/iamzjt-front-end/git-workflow/commit/80c7d2a))
|
|
61
|
+
- 💄 style(update-notifier): 优化通知框的边距设置 ([482f2de](https://github.com/iamzjt-front-end/git-workflow/commit/482f2de))
|
|
108
62
|
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([803f00e](https://github.com/iamzjt-front-end/git-workflow/commit/803f00e))
|
|
63
|
+
- ✨ feat(branch): 添加分支描述必填配置功能 ([d0349d0](https://github.com/iamzjt-front-end/git-workflow/commit/d0349d0))
|
|
109
64
|
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([3e6a947](https://github.com/iamzjt-front-end/git-workflow/commit/3e6a947))
|
|
110
|
-
|
|
111
|
-
### ✅ Tests
|
|
112
|
-
|
|
113
65
|
- ✅ test(commit): 添加提交功能的自动暂存和状态解析测试 ([ce65734](https://github.com/iamzjt-front-end/git-workflow/commit/ce65734))
|
|
114
66
|
|
|
115
|
-
### 🔧 Chore
|
|
116
|
-
|
|
117
|
-
- 🔧 chore(release): 发布 v0.3.9 ([80c7d2a](https://github.com/iamzjt-front-end/git-workflow/commit/80c7d2a))
|
|
118
|
-
- 💄 style(update-notifier): 优化通知框的边距设置 ([482f2de](https://github.com/iamzjt-front-end/git-workflow/commit/482f2de))
|
|
119
|
-
|
|
120
|
-
|
|
121
67
|
## [v0.3.8](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.7...v0.3.8) (2026-01-14)
|
|
122
68
|
|
|
123
|
-
### ✨ Features
|
|
124
|
-
|
|
125
|
-
- ✨ feat(commit): 优化自动暂存和用户选择未暂存文件的逻辑 ([7b7bbc6](https://github.com/iamzjt-front-end/git-workflow/commit/7b7bbc6))
|
|
126
|
-
|
|
127
|
-
### 🔧 Chore
|
|
128
|
-
|
|
129
69
|
- 🔧 chore(release): 发布 v0.3.8 ([2eb7011](https://github.com/iamzjt-front-end/git-workflow/commit/2eb7011))
|
|
130
|
-
|
|
70
|
+
- ✨ feat(commit): 优化自动暂存和用户选择未暂存文件的逻辑 ([7b7bbc6](https://github.com/iamzjt-front-end/git-workflow/commit/7b7bbc6))
|
|
131
71
|
|
|
132
72
|
## [v0.3.7](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.6...v0.3.7) (2026-01-12)
|
|
133
73
|
|
|
134
|
-
### 🔧 Chore
|
|
135
|
-
|
|
136
74
|
- 🔧 chore(release): 发布 v0.3.7 ([ef0c179](https://github.com/iamzjt-front-end/git-workflow/commit/ef0c179))
|
|
137
|
-
- 💄 style(log): 优化代码格式和注释
|
|
138
|
-
|
|
75
|
+
- 💄 style(log): 优化代码格式和注释 ([7580780](https://github.com/iamzjt-front-end/git-workflow/commit/7580780))
|
|
76
|
+
- 统一使用双引号替换单引号
|
|
77
|
+
- 移除多余的空行以提高代码可读性
|
|
78
|
+
- 更新注释以更清晰地描述功能和逻辑
|
|
79
|
+
- 保持原始提交顺序的日期分组逻辑更为明确
|
|
139
80
|
|
|
140
81
|
## [v0.3.6](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.5...v0.3.6) (2026-01-12)
|
|
141
82
|
|
|
142
|
-
### 🔧 Chore
|
|
143
|
-
|
|
144
83
|
- 🔧 chore(release): 发布 v0.3.6 ([34fe359](https://github.com/iamzjt-front-end/git-workflow/commit/34fe359))
|
|
145
|
-
- 💄 style(update): 调整更新通知边框宽度
|
|
146
|
-
|
|
84
|
+
- 💄 style(update): 调整更新通知边框宽度 ([9e93815](https://github.com/iamzjt-front-end/git-workflow/commit/9e93815))
|
|
85
|
+
- 更新通知的边框宽度从 50 调整为 40
|
|
86
|
+
- 统一 `update.ts` 和 `update-notifier.ts` 中的边框宽度设置
|
|
87
|
+
- 提升界面美观性和一致性
|
|
147
88
|
|
|
148
89
|
## [v0.3.5](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.4...v0.3.5) (2026-01-12)
|
|
149
90
|
|
|
150
|
-
### 📖 Documentation
|
|
151
|
-
|
|
152
|
-
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([85ca30e](https://github.com/iamzjt-front-end/git-workflow/commit/85ca30e))
|
|
153
|
-
|
|
154
|
-
### ⚡ Performance
|
|
155
|
-
|
|
156
|
-
- ⚡️ perf(update-notifier): 优化更新检查逻辑 - 将检查间隔从 4 小时缩短为 1 小时,已是最新版本时每小时检查一次 - 修改缓存检查逻辑,确保在有新版本时每次都进行后台检查 - 更新测试用例,反映新的检查逻辑和时间限制 - 优化代码结构,提升可读性和维护性 ([59a35ab](https://github.com/iamzjt-front-end/git-workflow/commit/59a35ab))
|
|
157
|
-
|
|
158
|
-
### 🔧 Chore
|
|
159
|
-
|
|
160
91
|
- 🔧 chore(release): 发布 v0.3.5 ([1397fbc](https://github.com/iamzjt-front-end/git-workflow/commit/1397fbc))
|
|
161
|
-
|
|
92
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([85ca30e](https://github.com/iamzjt-front-end/git-workflow/commit/85ca30e))
|
|
93
|
+
- ⚡️ perf(update-notifier): 优化更新检查逻辑 ([59a35ab](https://github.com/iamzjt-front-end/git-workflow/commit/59a35ab))
|
|
94
|
+
- 将检查间隔从 4 小时缩短为 1 小时,已是最新版本时每小时检查一次
|
|
95
|
+
- 修改缓存检查逻辑,确保在有新版本时每次都进行后台检查
|
|
96
|
+
- 更新测试用例,反映新的检查逻辑和时间限制
|
|
97
|
+
- 优化代码结构,提升可读性和维护性
|
|
162
98
|
|
|
163
99
|
## [v0.3.4](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.3...v0.3.4) (2026-01-12)
|
|
164
100
|
|
|
165
|
-
### ✨ Features
|
|
166
|
-
|
|
167
|
-
- ✨ feat(commit): 增强提交命令的自动暂存功能 - 添加了自动暂存功能,当暂存区为空且有未暂存的更改时会自动暂存 - 更新了提交前的状态检查逻辑,以支持自动暂存 - 优化了用户反馈信息,确保在没有暂存文件时能清晰提示 📝 feat(tag): 修改标签列表显示逻辑 - 限制标签显示数量,从最多 20 个调整为最多 5 个 - 更新了前缀过滤时的输出信息,显示总标签数量 - 优化了单前缀情况下的标签显示逻辑,确保信息简洁明了 ([2311603](https://github.com/iamzjt-front-end/git-workflow/commit/2311603))
|
|
168
|
-
|
|
169
|
-
### 🔧 Chore
|
|
170
|
-
|
|
171
101
|
- 🔧 chore(release): 发布 v0.3.4 ([04771bc](https://github.com/iamzjt-front-end/git-workflow/commit/04771bc))
|
|
172
|
-
|
|
102
|
+
- ✨ feat(commit): 增强提交命令的自动暂存功能 ([2311603](https://github.com/iamzjt-front-end/git-workflow/commit/2311603))
|
|
103
|
+
- 添加了自动暂存功能,当暂存区为空且有未暂存的更改时会自动暂存
|
|
104
|
+
- 更新了提交前的状态检查逻辑,以支持自动暂存
|
|
105
|
+
- 优化了用户反馈信息,确保在没有暂存文件时能清晰提示 📝 feat(tag): 修改标签列表显示逻辑
|
|
106
|
+
- 限制标签显示数量,从最多 20 个调整为最多 5 个
|
|
107
|
+
- 更新了前缀过滤时的输出信息,显示总标签数量
|
|
108
|
+
- 优化了单前缀情况下的标签显示逻辑,确保信息简洁明了
|
|
173
109
|
|
|
174
110
|
## [v0.3.3](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.2...v0.3.3) (2026-01-12)
|
|
175
111
|
|
|
176
|
-
### ✨ Features
|
|
177
|
-
|
|
178
|
-
- ✨ feat(docs): 更新文档以增加帮助命令 - 添加了 [32m ███████╗ ██╗███████╗██╗ ██╗ ╚══███╔╝ ██║██╔════╝╚██╗██╔╝ ███╔╝ ██║█████╗ ╚███╔╝ ███╔╝ ██ ██║██╔══╝ ██╔██╗ ███████╗╚█████╔╝███████╗██╔╝ ██╗ ╚══════╝ ╚════╝ ╚══════╝╚═╝ ╚═╝ [0m [2m git-workflow v[33m0.3.2[0m [0m [34m?[39m [1m选择操作:[22m [36m❯ [1] ✨ 创建 feature 分支 [2mgw f[0m[39m [2] 🐛 创建 hotfix 分支 [2mgw h[0m [3] 🗑️ 删除分支 [2mgw d[0m [4] 📝 提交代码 [2mgw c[0m [5] 🏷️ 创建 tag [2mgw t[0m [6] 🗑️ 删除 tag [2mgw td[0m [7] ✏️ 重命名 tag [2mgw tu[0m ([b40ab9e](https://github.com/iamzjt-front-end/git-workflow/commit/b40ab9e))
|
|
179
|
-
- ✨ feat(husky): 添加 commit message 格式化功能 - 新增 husky 钩子以格式化 commit message - 实现格式化脚本以支持 emoji 自动添加 - 修改 buildPrompt 函数以接受 emoji 选项 ([6c14487](https://github.com/iamzjt-front-end/git-workflow/commit/6c14487))
|
|
180
|
-
|
|
181
|
-
### 📖 Documentation
|
|
182
|
-
|
|
183
|
-
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([d6f42c9](https://github.com/iamzjt-front-end/git-workflow/commit/d6f42c9))
|
|
184
|
-
|
|
185
|
-
### ✅ Tests
|
|
186
|
-
|
|
187
|
-
- ✅ test: 测试commit message格式化功能 ([8d74ffa](https://github.com/iamzjt-front-end/git-workflow/commit/8d74ffa))
|
|
188
|
-
|
|
189
|
-
### 🔧 Chore
|
|
190
|
-
|
|
191
112
|
- 🔧 chore(release): 发布 v0.3.3 ([2c7c89e](https://github.com/iamzjt-front-end/git-workflow/commit/2c7c89e))
|
|
192
|
-
- 🔧 chore(husky): 优化 pre-commit 钩子和更新 ROADMAP 文档
|
|
113
|
+
- 🔧 chore(husky): 优化 pre-commit 钩子和更新 ROADMAP 文档 ([817deff](https://github.com/iamzjt-front-end/git-workflow/commit/817deff))
|
|
114
|
+
- 移除 pre-commit 钩子中的多余注释和退出代码
|
|
115
|
+
- 更新 ROADMAP.md 中的测试覆盖描述格式
|
|
116
|
+
- 添加 AI 代码审查功能的详细说明
|
|
117
|
+
- 增强 GitHub 集成和 diff 显示的描述
|
|
118
|
+
- 修正多处格式问题,提升文档可读性
|
|
119
|
+
- ✨ feat(docs): 更新文档以增加帮助命令 ([b40ab9e](https://github.com/iamzjt-front-end/git-workflow/commit/b40ab9e))
|
|
120
|
+
- 添加了 [32m ███████╗ ██╗███████╗██╗ ██╗ ╚══███╔╝ ██║██╔════╝╚██╗██╔╝ ███╔╝ ██║█████╗ ╚███╔╝ ███╔╝ ██ ██║██╔══╝ ██╔██╗ ███████╗╚█████╔╝███████╗██╔╝ ██╗ ╚══════╝ ╚════╝ ╚══════╝╚═╝ ╚═╝ [0m [2m git-workflow v[33m0.3.2[0m [0m [34m?[39m [1m选择操作:[22m [36m❯ [1] ✨ 创建 feature 分支 [2mgw f[0m[39m [2] 🐛 创建 hotfix 分支 [2mgw h[0m [3] 🗑️ 删除分支 [2mgw d[0m [4] 📝 提交代码 [2mgw c[0m [5] 🏷️ 创建 tag [2mgw t[0m [6] 🗑️ 删除 tag [2mgw td[0m [7] ✏️ 重命名 tag [2mgw tu[0m
|
|
121
|
+
- 📝 docs: 自动更新测试数量徽章 [skip ci] ([d6f42c9](https://github.com/iamzjt-front-end/git-workflow/commit/d6f42c9))
|
|
122
|
+
- ✨ feat(husky): 添加 commit message 格式化功能 ([6c14487](https://github.com/iamzjt-front-end/git-workflow/commit/6c14487))
|
|
123
|
+
- 新增 husky 钩子以格式化 commit message
|
|
124
|
+
- 实现格式化脚本以支持 emoji 自动添加
|
|
125
|
+
- 修改 buildPrompt 函数以接受 emoji 选项
|
|
193
126
|
- 🔧 chore: 删除重复的测试文件 ([ee1a680](https://github.com/iamzjt-front-end/git-workflow/commit/ee1a680))
|
|
194
127
|
- 🔧 chore: 清理测试文件 ([746aa87](https://github.com/iamzjt-front-end/git-workflow/commit/746aa87))
|
|
195
|
-
|
|
128
|
+
- ✅ test: 测试commit message格式化功能 ([8d74ffa](https://github.com/iamzjt-front-end/git-workflow/commit/8d74ffa))
|
|
196
129
|
|
|
197
130
|
## [v0.3.2](https://github.com/iamzjt-front-end/git-workflow/compare/v0.3.0...v0.3.2) (2026-01-12)
|
|
198
131
|
|
|
199
|
-
### ✨ Features
|
|
200
|
-
|
|
201
|
-
- 更新发布脚本以处理分支分歧 - 添加检查本地和远程分支是否有分歧的逻辑 - 实现快进合并和推送本地提交的提示 - 提供解决冲突的建议和选择策略(rebase 或 merge) - 更新 pre-commit 钩子以确保测试通过后继续提交 - 在提交失败时重新抛出错误以便调用者处理 ([e26a9ab](https://github.com/iamzjt-front-end/git-workflow/commit/e26a9ab))
|
|
202
|
-
- 添加功能路线图和Git Wrapped文档 - 创建功能路线图文档,记录即将实现的功能 - 添加Git Wrapped功能概述,提供年度编程回顾的详细信息 - 列出高优先级功能及其技术难点和独特价值 - 详细描述Git Wrapped的核心功能和高级选项 - 更新报告内容的统计信息和年度亮点说明 ([9b868b0](https://github.com/iamzjt-front-end/git-workflow/commit/9b868b0))
|
|
203
|
-
|
|
204
|
-
### 📖 Documentation
|
|
205
|
-
|
|
206
|
-
- 自动更新测试数量徽章 [skip ci] ([a60fe90](https://github.com/iamzjt-front-end/git-workflow/commit/a60fe90))
|
|
207
|
-
|
|
208
|
-
### 🔧 Chore
|
|
209
|
-
|
|
210
132
|
- 🔖 chore(release): 发布 v0.3.2 ([0bfa582](https://github.com/iamzjt-front-end/git-workflow/commit/0bfa582))
|
|
133
|
+
- feat(release): 更新发布脚本以处理分支分歧 ([e26a9ab](https://github.com/iamzjt-front-end/git-workflow/commit/e26a9ab))
|
|
134
|
+
- 添加检查本地和远程分支是否有分歧的逻辑
|
|
135
|
+
- 实现快进合并和推送本地提交的提示
|
|
136
|
+
- 提供解决冲突的建议和选择策略(rebase 或 merge)
|
|
137
|
+
- 更新 pre-commit 钩子以确保测试通过后继续提交
|
|
138
|
+
- 在提交失败时重新抛出错误以便调用者处理
|
|
211
139
|
- 🔖 chore(release): 发布 v0.3.1 ([b09035a](https://github.com/iamzjt-front-end/git-workflow/commit/b09035a))
|
|
212
|
-
-
|
|
213
|
-
|
|
140
|
+
- docs: 自动更新测试数量徽章 [skip ci] ([a60fe90](https://github.com/iamzjt-front-end/git-workflow/commit/a60fe90))
|
|
141
|
+
- chore(docs): 更新 README 和版本信息 ([b54c37f](https://github.com/iamzjt-front-end/git-workflow/commit/b54c37f))
|
|
142
|
+
- 更新 README 中的测试通过数量
|
|
143
|
+
- 将版本号从 0.2.24 更新为 0.3.0
|
|
144
|
+
- 在 package.json 中添加 node-pager 依赖
|
|
145
|
+
- 在 package-lock.json 中添加 node-pager 和 tmp 相关信息
|
|
146
|
+
- 删除不再使用的 help.ts 文件
|
|
147
|
+
- feat(roadmap): 添加功能路线图和Git Wrapped文档 ([9b868b0](https://github.com/iamzjt-front-end/git-workflow/commit/9b868b0))
|
|
148
|
+
- 创建功能路线图文档,记录即将实现的功能
|
|
149
|
+
- 添加Git Wrapped功能概述,提供年度编程回顾的详细信息
|
|
150
|
+
- 列出高优先级功能及其技术难点和独特价值
|
|
151
|
+
- 详细描述Git Wrapped的核心功能和高级选项
|
|
152
|
+
- 更新报告内容的统计信息和年度亮点说明
|
|
214
153
|
|
|
215
154
|
## [v0.3.0](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.24...v0.3.0) (2026-01-11)
|
|
216
155
|
|
|
217
|
-
### ✨ Features
|
|
218
|
-
|
|
219
|
-
- 使用 spawn 替代 exec 以支持用户交互 ([e030046](https://github.com/iamzjt-front-end/git-workflow/commit/e030046))
|
|
220
|
-
- 自动处理npm登录,提升发布体验 ([6fdc664](https://github.com/iamzjt-front-end/git-workflow/commit/6fdc664))
|
|
221
|
-
- 添加测试环境的console输出抑制功能 ([029503c](https://github.com/iamzjt-front-end/git-workflow/commit/029503c))
|
|
222
|
-
- 完善品牌标识系统和AI提交功能 ([c463725](https://github.com/iamzjt-front-end/git-workflow/commit/c463725))
|
|
223
|
-
- ✨ feat: 完善品牌标识系统和 README 布局优化 ([7acf6a4](https://github.com/iamzjt-front-end/git-workflow/commit/7acf6a4))
|
|
224
|
-
- ✨ feat(docs): 使用 zjex 品牌设计创建 logo 和 favicon ([5d46e4a](https://github.com/iamzjt-front-end/git-workflow/commit/5d46e4a))
|
|
225
|
-
- 默认启用详细描述功能 ([375cf14](https://github.com/iamzjt-front-end/git-workflow/commit/375cf14))
|
|
226
|
-
- 添加 AI commit 详细描述功能 ([064ec63](https://github.com/iamzjt-front-end/git-workflow/commit/064ec63))
|
|
227
|
-
- 添加自动更新测试数量的功能 ([78a15dc](https://github.com/iamzjt-front-end/git-workflow/commit/78a15dc))
|
|
228
|
-
|
|
229
|
-
### 🐛 Bug Fixes
|
|
230
|
-
|
|
231
|
-
- 修复GitHub Actions权限问题 ([9e0653e](https://github.com/iamzjt-front-end/git-workflow/commit/9e0653e))
|
|
232
|
-
- 修复所有失败测试,实现100%测试通过率 ([0a57031](https://github.com/iamzjt-front-end/git-workflow/commit/0a57031))
|
|
233
|
-
- 修复 GitHub Actions 依赖锁文件问题 ([fa56710](https://github.com/iamzjt-front-end/git-workflow/commit/fa56710))
|
|
234
|
-
- 修复 GitHub Actions 工作流配置 ([17fc9eb](https://github.com/iamzjt-front-end/git-workflow/commit/17fc9eb))
|
|
235
|
-
|
|
236
|
-
### 📖 Documentation
|
|
237
|
-
|
|
238
|
-
- 完善 VitePress 文档站点 ([3191daa](https://github.com/iamzjt-front-end/git-workflow/commit/3191daa))
|
|
239
|
-
- 自动更新测试数量徽章 [skip ci] ([2f880ad](https://github.com/iamzjt-front-end/git-workflow/commit/2f880ad))
|
|
240
|
-
- 自动更新测试数量徽章 [skip ci] ([2474caa](https://github.com/iamzjt-front-end/git-workflow/commit/2474caa))
|
|
241
|
-
- 优化 README 内容并添加 VitePress 文档链接 ([aac071e](https://github.com/iamzjt-front-end/git-workflow/commit/aac071e))
|
|
242
|
-
|
|
243
|
-
### 🎨 Styles
|
|
244
|
-
|
|
245
|
-
- 更新文档logo为简洁版本,移除背景渐变 ([5c93207](https://github.com/iamzjt-front-end/git-workflow/commit/5c93207))
|
|
246
|
-
|
|
247
|
-
### ♻️ Refactors
|
|
248
|
-
|
|
249
|
-
- 简化 GitHub Actions 工作流配置 ([cf1d76a](https://github.com/iamzjt-front-end/git-workflow/commit/cf1d76a))
|
|
250
|
-
|
|
251
|
-
### ✅ Tests
|
|
252
|
-
|
|
253
|
-
- 验证 skip ci 功能 [skip ci] ([bdfdb09](https://github.com/iamzjt-front-end/git-workflow/commit/bdfdb09))
|
|
254
|
-
|
|
255
|
-
### 🔧 Chore
|
|
256
|
-
|
|
257
156
|
- 🔖 chore(release): 发布 v0.3.0 ([246b444](https://github.com/iamzjt-front-end/git-workflow/commit/246b444))
|
|
258
|
-
-
|
|
259
|
-
-
|
|
157
|
+
- feat(scripts): 使用 spawn 替代 exec 以支持用户交互 ([e030046](https://github.com/iamzjt-front-end/git-workflow/commit/e030046))
|
|
158
|
+
- feat(publish): 自动处理npm登录,提升发布体验 ([6fdc664](https://github.com/iamzjt-front-end/git-workflow/commit/6fdc664))
|
|
159
|
+
- feat(tests): 添加测试环境的console输出抑制功能 ([029503c](https://github.com/iamzjt-front-end/git-workflow/commit/029503c))
|
|
160
|
+
- chore: 优化pre-commit钩子,测试失败时提供清晰的解决方案 ([d95f285](https://github.com/iamzjt-front-end/git-workflow/commit/d95f285))
|
|
161
|
+
- chore: 修复pre-commit钩子配置,确保测试通过后才提交 ([937dbda](https://github.com/iamzjt-front-end/git-workflow/commit/937dbda))
|
|
162
|
+
- style(svg): 更新文档logo为简洁版本,移除背景渐变 ([5c93207](https://github.com/iamzjt-front-end/git-workflow/commit/5c93207))
|
|
163
|
+
- feat(ui): 完善品牌标识系统和AI提交功能 ([c463725](https://github.com/iamzjt-front-end/git-workflow/commit/c463725))
|
|
260
164
|
- 🔧 chore: 优化 .gitignore 配置 ([487f449](https://github.com/iamzjt-front-end/git-workflow/commit/487f449))
|
|
165
|
+
- ✨ feat: 完善品牌标识系统和 README 布局优化 ([7acf6a4](https://github.com/iamzjt-front-end/git-workflow/commit/7acf6a4))
|
|
166
|
+
- ✨ feat(docs): 使用 zjex 品牌设计创建 logo 和 favicon ([5d46e4a](https://github.com/iamzjt-front-end/git-workflow/commit/5d46e4a))
|
|
261
167
|
- 🔧 fix(docs): 修复 VitePress 图标显示问题 ([35f5111](https://github.com/iamzjt-front-end/git-workflow/commit/35f5111))
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
|
|
168
|
+
- ci: 修复 GitHub Pages 部署配置 ([dcd55f1](https://github.com/iamzjt-front-end/git-workflow/commit/dcd55f1))
|
|
169
|
+
- docs: 完善 VitePress 文档站点 ([3191daa](https://github.com/iamzjt-front-end/git-workflow/commit/3191daa))
|
|
170
|
+
- ci: 添加 VitePress 文档自动部署工作流 ([143e5df](https://github.com/iamzjt-front-end/git-workflow/commit/143e5df))
|
|
171
|
+
- docs: 自动更新测试数量徽章 [skip ci] ([2f880ad](https://github.com/iamzjt-front-end/git-workflow/commit/2f880ad))
|
|
172
|
+
- feat(ai): 默认启用详细描述功能 ([375cf14](https://github.com/iamzjt-front-end/git-workflow/commit/375cf14))
|
|
173
|
+
- docs: 自动更新测试数量徽章 [skip ci] ([2474caa](https://github.com/iamzjt-front-end/git-workflow/commit/2474caa))
|
|
174
|
+
- feat(ai): 添加 AI commit 详细描述功能 ([064ec63](https://github.com/iamzjt-front-end/git-workflow/commit/064ec63))
|
|
175
|
+
- docs: 优化 README 内容并添加 VitePress 文档链接 ([aac071e](https://github.com/iamzjt-front-end/git-workflow/commit/aac071e))
|
|
176
|
+
- fix: 修复GitHub Actions权限问题 ([9e0653e](https://github.com/iamzjt-front-end/git-workflow/commit/9e0653e))
|
|
177
|
+
- fix: 修复所有失败测试,实现100%测试通过率 ([0a57031](https://github.com/iamzjt-front-end/git-workflow/commit/0a57031))
|
|
178
|
+
- test: 验证 skip ci 功能 [skip ci] ([bdfdb09](https://github.com/iamzjt-front-end/git-workflow/commit/bdfdb09))
|
|
179
|
+
- feat: 添加自动更新测试数量的功能 ([78a15dc](https://github.com/iamzjt-front-end/git-workflow/commit/78a15dc))
|
|
180
|
+
- refactor(ci): 简化 GitHub Actions 工作流配置 ([cf1d76a](https://github.com/iamzjt-front-end/git-workflow/commit/cf1d76a))
|
|
181
|
+
- fix(ci): 修复 GitHub Actions 依赖锁文件问题 ([fa56710](https://github.com/iamzjt-front-end/git-workflow/commit/fa56710))
|
|
182
|
+
- fix(ci): 修复 GitHub Actions 工作流配置 ([17fc9eb](https://github.com/iamzjt-front-end/git-workflow/commit/17fc9eb))
|
|
268
183
|
|
|
269
184
|
## [v0.2.24](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.23...v0.2.24) (2026-01-09)
|
|
270
185
|
|
|
271
|
-
### ✨ Features
|
|
272
|
-
|
|
273
|
-
- 添加 GitHub Actions 测试工作流和 Husky 预提交钩子 ([564fc3a](https://github.com/iamzjt-front-end/git-workflow/commit/564fc3a))
|
|
274
|
-
|
|
275
|
-
### 🔧 Chore
|
|
276
|
-
|
|
277
186
|
- 🔖 chore(release): 发布 v0.2.24 ([f94cc11](https://github.com/iamzjt-front-end/git-workflow/commit/f94cc11))
|
|
278
|
-
|
|
187
|
+
- feat(ci): 添加 GitHub Actions 测试工作流和 Husky 预提交钩子 ([564fc3a](https://github.com/iamzjt-front-end/git-workflow/commit/564fc3a))
|
|
279
188
|
|
|
280
189
|
## [v0.2.23](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.22...v0.2.23) (2026-01-09)
|
|
281
190
|
|
|
282
|
-
### ✨ Features
|
|
283
|
-
|
|
284
|
-
- 优化 tags 列表展示格式支持多前缀分列显示 ([bff916a](https://github.com/iamzjt-front-end/git-workflow/commit/bff916a))
|
|
285
|
-
|
|
286
|
-
### 🔧 Chore
|
|
287
|
-
|
|
288
191
|
- 🔖 chore(release): 发布 v0.2.23 ([ad8ca55](https://github.com/iamzjt-front-end/git-workflow/commit/ad8ca55))
|
|
289
|
-
|
|
192
|
+
- feat(tag): 优化 tags 列表展示格式支持多前缀分列显示 ([bff916a](https://github.com/iamzjt-front-end/git-workflow/commit/bff916a))
|
|
290
193
|
|
|
291
194
|
## [v0.2.22](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.21...v0.2.22) (2026-01-09)
|
|
292
195
|
|
|
293
|
-
### ✨ Features
|
|
294
|
-
|
|
295
|
-
- 添加对 Volta 的支持以选择更新命令 ([c4e2aaf](https://github.com/iamzjt-front-end/git-workflow/commit/c4e2aaf))
|
|
296
|
-
|
|
297
|
-
### 🔧 Chore
|
|
298
|
-
|
|
299
196
|
- 🔖 chore(release): 发布 v0.2.22 ([7e6318f](https://github.com/iamzjt-front-end/git-workflow/commit/7e6318f))
|
|
300
|
-
|
|
197
|
+
- feat(update): 添加对 Volta 的支持以选择更新命令 ([c4e2aaf](https://github.com/iamzjt-front-end/git-workflow/commit/c4e2aaf))
|
|
301
198
|
|
|
302
199
|
## [v0.2.21](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.20...v0.2.21) (2026-01-09)
|
|
303
200
|
|
|
304
|
-
### ✨ Features
|
|
305
|
-
|
|
306
|
-
- 添加代码文档说明和详细注释规范 ([078445b](https://github.com/iamzjt-front-end/git-workflow/commit/078445b))
|
|
307
|
-
- 重命名 tag 功能增强与提示优化 ([4eb3c0b](https://github.com/iamzjt-front-end/git-workflow/commit/4eb3c0b))
|
|
308
|
-
|
|
309
|
-
### ♻️ Refactors
|
|
310
|
-
|
|
311
|
-
- 优化提交类型选择界面格式化逻辑 ([9b55eb2](https://github.com/iamzjt-front-end/git-workflow/commit/9b55eb2))
|
|
312
|
-
|
|
313
|
-
### 🔧 Chore
|
|
314
|
-
|
|
315
201
|
- 🔖 chore(release): 发布 v0.2.21 ([8437e5a](https://github.com/iamzjt-front-end/git-workflow/commit/8437e5a))
|
|
316
|
-
|
|
202
|
+
- feat(docs): 添加代码文档说明和详细注释规范 ([078445b](https://github.com/iamzjt-front-end/git-workflow/commit/078445b))
|
|
203
|
+
- refactor(commit): 优化提交类型选择界面格式化逻辑 ([9b55eb2](https://github.com/iamzjt-front-end/git-workflow/commit/9b55eb2))
|
|
204
|
+
- feat(tag): 重命名 tag 功能增强与提示优化 ([4eb3c0b](https://github.com/iamzjt-front-end/git-workflow/commit/4eb3c0b))
|
|
317
205
|
|
|
318
206
|
## [v0.2.20](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.19...v0.2.20) (2026-01-09)
|
|
319
207
|
|
|
320
|
-
### ✨ Features
|
|
321
|
-
|
|
322
|
-
- 添加清理缓存命令说明并更新版本比较逻辑 ([ac62e0c](https://github.com/iamzjt-front-end/git-workflow/commit/ac62e0c))
|
|
323
|
-
|
|
324
|
-
### 🔧 Chore
|
|
325
|
-
|
|
326
208
|
- 🔖 chore(release): 发布 v0.2.20 ([1ce933a](https://github.com/iamzjt-front-end/git-workflow/commit/1ce933a))
|
|
327
|
-
|
|
209
|
+
- feat(help): 添加清理缓存命令说明并更新版本比较逻辑 ([ac62e0c](https://github.com/iamzjt-front-end/git-workflow/commit/ac62e0c))
|
|
328
210
|
|
|
329
211
|
## [v0.2.19](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.18...v0.2.19) (2026-01-09)
|
|
330
212
|
|
|
331
|
-
### ✨ Features
|
|
332
|
-
|
|
333
|
-
- 添加检查并更新到最新版本的命令功能 ([26c460f](https://github.com/iamzjt-front-end/git-workflow/commit/26c460f))
|
|
334
|
-
|
|
335
|
-
### 🔧 Chore
|
|
336
|
-
|
|
337
213
|
- 🔖 chore(release): 发布 v0.2.19 ([cd3f2db](https://github.com/iamzjt-front-end/git-workflow/commit/cd3f2db))
|
|
338
|
-
|
|
214
|
+
- feat(update): 添加检查并更新到最新版本的命令功能 ([26c460f](https://github.com/iamzjt-front-end/git-workflow/commit/26c460f))
|
|
339
215
|
|
|
340
216
|
## [v0.2.18](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.17...v0.2.18) (2026-01-09)
|
|
341
217
|
|
|
342
|
-
### ✨ Features
|
|
343
|
-
|
|
344
|
-
- 优化提交命令的暂存逻辑和用户提示信息 ([6c3c1a6](https://github.com/iamzjt-front-end/git-workflow/commit/6c3c1a6))
|
|
345
|
-
|
|
346
|
-
### 🐛 Bug Fixes
|
|
347
|
-
|
|
348
|
-
- -service): 修复构建提示函数中的逻辑错误 ([ff6c942](https://github.com/iamzjt-front-end/git-workflow/commit/ff6c942))
|
|
349
|
-
|
|
350
|
-
### 📖 Documentation
|
|
351
|
-
|
|
352
|
-
- 更新 README 文件,增强可读性和内容丰富性 ([fa279f0](https://github.com/iamzjt-front-end/git-workflow/commit/fa279f0))
|
|
353
|
-
|
|
354
|
-
### 🔧 Chore
|
|
355
|
-
|
|
356
218
|
- 🔖 chore(release): 发布 v0.2.18 ([ec63cb3](https://github.com/iamzjt-front-end/git-workflow/commit/ec63cb3))
|
|
357
|
-
|
|
219
|
+
- fix(ai-service): 修复构建提示函数中的逻辑错误 ([ff6c942](https://github.com/iamzjt-front-end/git-workflow/commit/ff6c942))
|
|
220
|
+
- feat(commit): 优化提交命令的暂存逻辑和用户提示信息 ([6c3c1a6](https://github.com/iamzjt-front-end/git-workflow/commit/6c3c1a6))
|
|
221
|
+
- docs(readme): 更新 README 文件,增强可读性和内容丰富性 ([fa279f0](https://github.com/iamzjt-front-end/git-workflow/commit/fa279f0))
|
|
358
222
|
|
|
359
223
|
## [v0.2.17](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.16...v0.2.17) (2026-01-09)
|
|
360
224
|
|
|
361
|
-
### 🐛 Bug Fixes
|
|
362
|
-
|
|
363
|
-
- Add spinner render delay and improve version display ([72f05b2](https://github.com/iamzjt-front-end/git-workflow/commit/72f05b2))
|
|
364
|
-
|
|
365
|
-
### 🔧 Chore
|
|
366
|
-
|
|
367
225
|
- 🔖 chore(release): 发布 v0.2.17 ([f445516](https://github.com/iamzjt-front-end/git-workflow/commit/f445516))
|
|
368
|
-
|
|
226
|
+
- fix(publish): Add spinner render delay and improve version display ([72f05b2](https://github.com/iamzjt-front-end/git-workflow/commit/72f05b2))
|
|
369
227
|
|
|
370
228
|
## [v0.2.16](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.15...v0.2.16) (2026-01-09)
|
|
371
229
|
|
|
372
|
-
### 🐛 Bug Fixes
|
|
373
|
-
|
|
374
|
-
- Adjust line clearing count to 95 for npm publish output ([fe96d3b](https://github.com/iamzjt-front-end/git-workflow/commit/fe96d3b))
|
|
375
|
-
|
|
376
|
-
### 🔧 Chore
|
|
377
|
-
|
|
378
230
|
- 🔖 chore(release): 发布 v0.2.16 ([65fb23e](https://github.com/iamzjt-front-end/git-workflow/commit/65fb23e))
|
|
379
|
-
|
|
231
|
+
- fix(publish): Adjust line clearing count to 95 for npm publish output ([fe96d3b](https://github.com/iamzjt-front-end/git-workflow/commit/fe96d3b))
|
|
380
232
|
|
|
381
233
|
## [v0.2.15](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.14...v0.2.15) (2026-01-09)
|
|
382
234
|
|
|
383
|
-
### 🐛 Bug Fixes
|
|
384
|
-
|
|
385
|
-
- Suppress Node warnings and improve output clearing ([a7fdb32](https://github.com/iamzjt-front-end/git-workflow/commit/a7fdb32))
|
|
386
|
-
|
|
387
|
-
### 🔧 Chore
|
|
388
|
-
|
|
389
235
|
- 🔖 chore(release): 发布 v0.2.15 ([92b3329](https://github.com/iamzjt-front-end/git-workflow/commit/92b3329))
|
|
390
|
-
|
|
236
|
+
- fix(publish): Suppress Node warnings and improve output clearing ([a7fdb32](https://github.com/iamzjt-front-end/git-workflow/commit/a7fdb32))
|
|
391
237
|
|
|
392
238
|
## [v0.2.14](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.13...v0.2.14) (2026-01-09)
|
|
393
239
|
|
|
394
|
-
### 🐛 Bug Fixes
|
|
395
|
-
|
|
396
|
-
- Simplify npm publish output handling and suppress Node warnings ([cda8a80](https://github.com/iamzjt-front-end/git-workflow/commit/cda8a80))
|
|
397
|
-
|
|
398
|
-
### 🔧 Chore
|
|
399
|
-
|
|
400
240
|
- 🔖 chore(release): 发布 v0.2.14 ([a4e8b73](https://github.com/iamzjt-front-end/git-workflow/commit/a4e8b73))
|
|
401
|
-
|
|
241
|
+
- fix(publish): Simplify npm publish output handling and suppress Node warnings ([cda8a80](https://github.com/iamzjt-front-end/git-workflow/commit/cda8a80))
|
|
402
242
|
|
|
403
243
|
## [v0.2.13](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.12...v0.2.13) (2026-01-09)
|
|
404
244
|
|
|
405
|
-
### 🐛 Bug Fixes
|
|
406
|
-
|
|
407
|
-
- Adjust line clearing count in publish script ([b0dab8d](https://github.com/iamzjt-front-end/git-workflow/commit/b0dab8d))
|
|
408
|
-
- 使用 script 命令精确捕获 npm publish 输出 ([00282c4](https://github.com/iamzjt-front-end/git-workflow/commit/00282c4))
|
|
409
|
-
|
|
410
|
-
### 🔧 Chore
|
|
411
|
-
|
|
412
245
|
- 🔖 chore(release): 发布 v0.2.13 ([7285fa0](https://github.com/iamzjt-front-end/git-workflow/commit/7285fa0))
|
|
413
|
-
|
|
246
|
+
- fix(publish): Adjust line clearing count in publish script ([b0dab8d](https://github.com/iamzjt-front-end/git-workflow/commit/b0dab8d))
|
|
247
|
+
- fix: 使用 script 命令精确捕获 npm publish 输出 ([00282c4](https://github.com/iamzjt-front-end/git-workflow/commit/00282c4))
|
|
414
248
|
|
|
415
249
|
## [v0.2.12](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.11...v0.2.12) (2026-01-09)
|
|
416
250
|
|
|
417
|
-
### ✨ Features
|
|
418
|
-
|
|
419
|
-
- 优化发布脚本,精确清除日志输出 ([329029e](https://github.com/iamzjt-front-end/git-workflow/commit/329029e))
|
|
420
|
-
|
|
421
|
-
### 🔧 Chore
|
|
422
|
-
|
|
423
251
|
- 🔖 chore(release): 发布 v0.2.12 ([596c4a1](https://github.com/iamzjt-front-end/git-workflow/commit/596c4a1))
|
|
424
|
-
|
|
252
|
+
- feat: 优化发布脚本,精确清除日志输出 ([329029e](https://github.com/iamzjt-front-end/git-workflow/commit/329029e))
|
|
425
253
|
|
|
426
254
|
## [v0.2.11](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.10...v0.2.11) (2026-01-09)
|
|
427
255
|
|
|
428
|
-
### ✨ Features
|
|
429
|
-
|
|
430
|
-
- 重写发布脚本为 Node.js 版本,添加 loading 动画和更好的交互体验 ([0624ffa](https://github.com/iamzjt-front-end/git-workflow/commit/0624ffa))
|
|
431
|
-
|
|
432
|
-
### 🔧 Chore
|
|
433
|
-
|
|
434
256
|
- 🔖 chore(release): 发布 v0.2.11 ([2eaf682](https://github.com/iamzjt-front-end/git-workflow/commit/2eaf682))
|
|
435
|
-
|
|
257
|
+
- feat: 重写发布脚本为 Node.js 版本,添加 loading 动画和更好的交互体验 ([0624ffa](https://github.com/iamzjt-front-end/git-workflow/commit/0624ffa))
|
|
436
258
|
|
|
437
259
|
## [v0.2.10](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.9...v0.2.10) (2026-01-09)
|
|
438
260
|
|
|
439
|
-
### ✨ Features
|
|
440
|
-
|
|
441
|
-
- Add delete and update tag commands ([db3aa50](https://github.com/iamzjt-front-end/git-workflow/commit/db3aa50))
|
|
442
|
-
|
|
443
|
-
### 🔧 Chore
|
|
444
|
-
|
|
445
261
|
- 🔖 chore(release): 发布 v0.2.10 ([77dc22a](https://github.com/iamzjt-front-end/git-workflow/commit/77dc22a))
|
|
446
|
-
|
|
262
|
+
- feat(tag): Add delete and update tag commands ([db3aa50](https://github.com/iamzjt-front-end/git-workflow/commit/db3aa50))
|
|
447
263
|
|
|
448
264
|
## [v0.2.9](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.7...v0.2.9) (2026-01-09)
|
|
449
265
|
|
|
450
|
-
### ✨ Features
|
|
451
|
-
|
|
452
|
-
- Refactor publish script with success message display ([cde8f32](https://github.com/iamzjt-front-end/git-workflow/commit/cde8f32))
|
|
453
|
-
- 为关键步骤添加结果展示 ([2507f96](https://github.com/iamzjt-front-end/git-workflow/commit/2507f96))
|
|
454
|
-
- 优化发布脚本,添加进度显示和步骤标记 ([660282d](https://github.com/iamzjt-front-end/git-workflow/commit/660282d))
|
|
455
|
-
|
|
456
|
-
### 🔧 Chore
|
|
457
|
-
|
|
458
266
|
- 🔖 chore(release): 发布 v0.2.9 ([9ec03e1](https://github.com/iamzjt-front-end/git-workflow/commit/9ec03e1))
|
|
267
|
+
- feat(publish): Refactor publish script with success message display ([cde8f32](https://github.com/iamzjt-front-end/git-workflow/commit/cde8f32))
|
|
268
|
+
- feat: 为关键步骤添加结果展示 ([2507f96](https://github.com/iamzjt-front-end/git-workflow/commit/2507f96))
|
|
459
269
|
- 🔖 chore(release): 发布 v0.2.8 ([74a3627](https://github.com/iamzjt-front-end/git-workflow/commit/74a3627))
|
|
460
|
-
|
|
270
|
+
- feat: 优化发布脚本,添加进度显示和步骤标记 ([660282d](https://github.com/iamzjt-front-end/git-workflow/commit/660282d))
|
|
461
271
|
|
|
462
272
|
## [v0.2.7](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.6...v0.2.7) (2026-01-09)
|
|
463
273
|
|
|
464
|
-
### ♻️ Refactors
|
|
465
|
-
|
|
466
|
-
- -notifier): Improve update process and enhance user feedback ([476be3d](https://github.com/iamzjt-front-end/git-workflow/commit/476be3d))
|
|
467
|
-
|
|
468
|
-
### 🔧 Chore
|
|
469
|
-
|
|
470
274
|
- 🔖 chore(release): 发布 v0.2.7 ([a65d917](https://github.com/iamzjt-front-end/git-workflow/commit/a65d917))
|
|
471
|
-
|
|
275
|
+
- refactor(update-notifier): Improve update process and enhance user feedback ([476be3d](https://github.com/iamzjt-front-end/git-workflow/commit/476be3d))
|
|
472
276
|
|
|
473
277
|
## [v0.2.6](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.5...v0.2.6) (2026-01-08)
|
|
474
278
|
|
|
475
|
-
### ✨ Features
|
|
476
|
-
|
|
477
|
-
- 添加 AI Commit 功能 ([6a6e23d](https://github.com/iamzjt-front-end/git-workflow/commit/6a6e23d))
|
|
478
|
-
|
|
479
|
-
### ♻️ Refactors
|
|
480
|
-
|
|
481
|
-
- 移除内置 token 功能,更新 GitHub Models API 端点 ([258e587](https://github.com/iamzjt-front-end/git-workflow/commit/258e587))
|
|
482
|
-
|
|
483
|
-
### 🔧 Chore
|
|
484
|
-
|
|
485
279
|
- 🔖 chore(release): 发布 v0.2.6 ([6edac85](https://github.com/iamzjt-front-end/git-workflow/commit/6edac85))
|
|
486
|
-
|
|
280
|
+
- refactor(ai): 移除内置 token 功能,更新 GitHub Models API 端点 ([258e587](https://github.com/iamzjt-front-end/git-workflow/commit/258e587))
|
|
281
|
+
- feat: 添加 AI Commit 功能 ([6a6e23d](https://github.com/iamzjt-front-end/git-workflow/commit/6a6e23d))
|
|
487
282
|
|
|
488
283
|
## [v0.2.5](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.4...v0.2.5) (2026-01-08)
|
|
489
284
|
|
|
490
|
-
### 🐛 Bug Fixes
|
|
491
|
-
|
|
492
|
-
- -notifier): Make update check blocking and handle Ctrl+C properly ([c3e9c53](https://github.com/iamzjt-front-end/git-workflow/commit/c3e9c53))
|
|
493
|
-
|
|
494
|
-
### 🔧 Chore
|
|
495
|
-
|
|
496
285
|
- 🔖 chore(release): 发布 v0.2.5 ([5b18a1c](https://github.com/iamzjt-front-end/git-workflow/commit/5b18a1c))
|
|
497
|
-
|
|
286
|
+
- fix(update-notifier): Make update check blocking and handle Ctrl+C properly ([c3e9c53](https://github.com/iamzjt-front-end/git-workflow/commit/c3e9c53))
|
|
498
287
|
|
|
499
288
|
## [v0.2.4](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.3...v0.2.4) (2026-01-08)
|
|
500
289
|
|
|
501
|
-
### 🐛 Bug Fixes
|
|
502
|
-
|
|
503
|
-
- Remove duplicate import and simplify version resolution ([bcccc36](https://github.com/iamzjt-front-end/git-workflow/commit/bcccc36))
|
|
504
|
-
|
|
505
|
-
### 🔧 Chore
|
|
506
|
-
|
|
507
290
|
- 🔖 chore(release): 发布 v0.2.4 ([8b4adfd](https://github.com/iamzjt-front-end/git-workflow/commit/8b4adfd))
|
|
508
|
-
|
|
291
|
+
- fix(index): Remove duplicate import and simplify version resolution ([bcccc36](https://github.com/iamzjt-front-end/git-workflow/commit/bcccc36))
|
|
509
292
|
|
|
510
293
|
## [v0.2.3](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.2...v0.2.3) (2026-01-08)
|
|
511
294
|
|
|
512
|
-
### ♻️ Refactors
|
|
513
|
-
|
|
514
|
-
- -notifier): Replace dynamic requires with ES6 imports ([7e06596](https://github.com/iamzjt-front-end/git-workflow/commit/7e06596))
|
|
515
|
-
|
|
516
|
-
### 🔧 Chore
|
|
517
|
-
|
|
518
295
|
- 🔖 chore(release): 发布 v0.2.3 ([9e29271](https://github.com/iamzjt-front-end/git-workflow/commit/9e29271))
|
|
519
|
-
|
|
296
|
+
- refactor(update-notifier): Replace dynamic requires with ES6 imports ([7e06596](https://github.com/iamzjt-front-end/git-workflow/commit/7e06596))
|
|
520
297
|
|
|
521
298
|
## [v0.2.2](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.1...v0.2.2) (2026-01-08)
|
|
522
299
|
|
|
523
|
-
### ♻️ Refactors
|
|
524
|
-
|
|
525
|
-
- -notifier): Improve color utility API and update flow ([eb0ade0](https://github.com/iamzjt-front-end/git-workflow/commit/eb0ade0))
|
|
526
|
-
|
|
527
|
-
### 🔧 Chore
|
|
528
|
-
|
|
529
300
|
- 🔖 chore(release): 发布 v0.2.2 ([b2f57dc](https://github.com/iamzjt-front-end/git-workflow/commit/b2f57dc))
|
|
530
|
-
|
|
301
|
+
- refactor(update-notifier): Improve color utility API and update flow ([eb0ade0](https://github.com/iamzjt-front-end/git-workflow/commit/eb0ade0))
|
|
531
302
|
|
|
532
303
|
## [v0.2.1](https://github.com/iamzjt-front-end/git-workflow/compare/v0.2.0...v0.2.1) (2026-01-08)
|
|
533
304
|
|
|
534
|
-
### 📖 Documentation
|
|
535
|
-
|
|
536
|
-
- Add migration guide for scoped package upgrade ([6a21299](https://github.com/iamzjt-front-end/git-workflow/commit/6a21299))
|
|
537
|
-
|
|
538
|
-
### 🔧 Chore
|
|
539
|
-
|
|
540
305
|
- 🔖 chore(release): 发布 v0.2.1 ([456c111](https://github.com/iamzjt-front-end/git-workflow/commit/456c111))
|
|
541
|
-
|
|
306
|
+
- docs(upgrade): Add migration guide for scoped package upgrade ([6a21299](https://github.com/iamzjt-front-end/git-workflow/commit/6a21299))
|
|
542
307
|
|
|
543
308
|
## [v0.2.0](https://github.com/iamzjt-front-end/git-workflow/compare/v0.1.1...v0.2.0) (2026-01-08)
|
|
544
309
|
|
|
545
|
-
### ✨ Features
|
|
546
|
-
|
|
547
|
-
- -notifier): Add automatic update checking and notification system ([9e18c75](https://github.com/iamzjt-front-end/git-workflow/commit/9e18c75))
|
|
548
|
-
|
|
549
|
-
### 🔧 Chore
|
|
550
|
-
|
|
551
310
|
- 🔖 chore(release): 发布 v0.2.0 ([f1b9343](https://github.com/iamzjt-front-end/git-workflow/commit/f1b9343))
|
|
552
|
-
|
|
311
|
+
- feat(update-notifier): Add automatic update checking and notification system ([9e18c75](https://github.com/iamzjt-front-end/git-workflow/commit/9e18c75))
|
|
553
312
|
|