File tree Expand file tree Collapse file tree 3 files changed +114
-0
lines changed Expand file tree Collapse file tree 3 files changed +114
-0
lines changed Original file line number Diff line number Diff line change 1+ {{range .Versions}}
2+ <a name =" {{.Tag.Name}} " ></a >
3+ ## {{if .Tag.Previous}}[ {{.Tag.Name}}] ( {{$.Info.RepositoryURL}}/compare/{{.Tag.Previous.Name}}...{{.Tag.Name}} ) {{else}}{{.Tag.Name}}{{end}}
4+
5+ > {{datetime "2006-01-02" .Tag.Date}}
6+ {{range .CommitGroups}}
7+ ### {{.Title}}
8+ {{range .Commits}}
9+ * {{if .Scope}}** {{.Scope}}:** {{end}}{{.Subject}}{{end}}
10+ {{end}}{{range .NoteGroups}}
11+ ### {{.Title}}
12+ {{range .Notes}}
13+ {{.Body}}
14+ {{end}}
15+ {{end}}
16+ {{end}}
Original file line number Diff line number Diff line change 1+ style : github
2+ template : CHANGELOG.tpl.md
3+ info :
4+ title : CHANGELOG
5+ repository_url : https://github.com/mritd/gitflow-toolkit
6+ options :
7+ commits :
8+ # filters:
9+ # Type:
10+ # - feat
11+ # - fix
12+ # - perf
13+ # - refactor
14+ commit_groups :
15+ # title_maps:
16+ # feat: Features
17+ # fix: Bug Fixes
18+ # perf: Performance Improvements
19+ # refactor: Code Refactoring
20+ header :
21+ pattern : " ^(\\ w*)(?:\\ (([\\ w\\ $\\ .\\ -\\ *\\ s]*)\\ ))?\\ :\\ s(.*)$"
22+ pattern_maps :
23+ - Type
24+ - Scope
25+ - Subject
26+ notes :
27+ keywords :
28+ - BREAKING CHANGE
Original file line number Diff line number Diff line change 1+
2+ <a name =" v0.0.1 " ></a >
3+ ## v0.0.1
4+
5+ > 2018-04-26
6+
7+ ### Chore
8+
9+ * ** 0.0.1:** 更新依赖
10+
11+ ### Feat
12+
13+ * ** 0.0.1:** merge
14+ * ** 0.0.1:** 增加 -f 选项
15+ * ** 0.0.1:** 增加 git 项目检测、暂存区检测
16+ * ** 0.0.1:** 增加根据文件名执行功能
17+ * ** 0.0.1:** 增加 commit message 信息检测
18+ * ** 0.0.1:** 增加提交信息检测,调整文件结构
19+ * ** 0.0.1:** 增加安装命令
20+ * ** 0.0.1:** 增加安装命令
21+ * ** 0.0.1:** 尝试兼容 windows
22+ * ** 0.0.1:** 移除 windows 支持
23+ * ** 0.0.1:** 增加卸载命令
24+ * ** 0.0.1:** 增加卸载命令
25+ * ** 0.0.1:** 更新包名
26+ * ** 0.0.1:** 增加分支创建命令
27+ * ** 0.0.1:** rename mr to xmr
28+ * ** 0.0.1:** 完善 mr 逻辑
29+ * ** 0.0.1:** 增加 mr 指令
30+ * ** 0.0.1:** 增加一些 mr 预处理方法
31+ * ** 0.0.1:** 增加获取当前仓库信息
32+ * ** 0.0.1:** 增加 mr 基础配置保存方法
33+ * ** 0.0.1:** 移动 git 相关操作
34+ * ** 0.0.1:** 卸载时增加 root 权限判断
35+ * ** 0.0.1:** 更优雅的进行命令查找
36+ * ** 0.0.1:** 切换到 glide
37+ * ** 0.0.1:** 调整 commit message 正则
38+ * ** 0.0.1:** 增加提交
39+ * ** hotfix:** add hotfix command
40+ * ** prompt:** 使用自定义 prompt
41+ * ** prompt:** 支持自定义 err message
42+ * ** prompt:** 调整交互库
43+ * ** prompt:** 完善提示库
44+ * ** prompt:** 增加 select 组件
45+ * ** prompt:** 切换 提示库
46+ * ** prompt:** 完善提示库
47+ * ** prompt:** 尝试增加 select 功能
48+ * ** readline:** 更新 readline,实现屏蔽终端声音
49+ * ** subject:** 调整 subject 长度限制
50+ * ** test:** 删除测试代码注释
51+
52+ ### Fix
53+
54+ * ** 0.0.1:** 修复选择列表渲染
55+ * ** 0.0.1:** 增加对自动 merge 消息的兼容
56+ * ** 0.0.1:** 删除无用的配置文件初始化代码
57+ * ** 0.0.1:** 修复子命令执行失败
58+ * ** 0.0.1:** 修复全局替换错误
59+ * ** bell:** 修正回车后响铃问题
60+ * ** commit message:** fix commit message regular
61+
62+ ### Perf
63+
64+ * ** 0.0.1:** 优化代码
65+
66+ ### Style
67+
68+ * ** 0.0.1:** 格式化代码
69+ * ** 0.0.1:** format
70+
You can’t perform that action at this time.
0 commit comments