https://github.com/bestyii/gitlog.sh
通过git生成CHANGELOG.md
https://github.com/bestyii/gitlog.sh
Last synced: about 2 months ago
JSON representation
通过git生成CHANGELOG.md
- Host: GitHub
- URL: https://github.com/bestyii/gitlog.sh
- Owner: bestyii
- License: bsd-3-clause
- Created: 2020-05-29T10:09:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T10:15:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T08:31:21.661Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlog.sh
通过git生成CHANGELOG.md将文件放到git项目的根目录下运行即可。
git提交的时候符合这种模版
```
():
```## type 参数说明
- feat:新功能(feature)
- fix:修补bug
- docs:文档(documentation)
- style: 格式(不影响代码运行的变动)
- refactor:重构(即不是新增功能,也不是修改bug的代码变动)
- test:增加测试
- chore:构建过程或辅助工具的变动如果`type`为`feat`和`fix`,则该 commit 将肯定出现在 Change log 之中。