change log
Posted zml-mary
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了change log相关的知识,希望对你有一定的参考价值。
1、 npm install -g conventional-changelog-cli
2、 npm install -g commitizen
3、git cz 替换 git commit
4、执行yarn changelog 就可以生成CHANGELOG.MD 文件
参考文章:https://www.jianshu.com/p/00c9ec4e552e
以上是关于change log的主要内容,如果未能解决你的问题,请参考以下文章
git提交代码时,Unstaged changes如何过滤.class .log等文件
Jenkins 获取 Git 的提交记录(Change Log)
我的Android进阶之旅NDK开发之在C++代码中使用Android Log打印日志,打印出C++的函数耗时以及代码片段耗时详情