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