github - 从Github问题生成Changelog?

标签 github changelog

有没有一种方法可以根据Github问题自动生成变更日志?

理想情况下,我希望能够指向一个已完成的里程碑,并生成已关闭问题及其标题的纯文本列表,或者更好的是,生成带有标记的列表,用于链接到问题和问题本身的标题。

最佳答案

您可以尝试使用Github-Changelog-Generator。 (我是这个项目的作者)

它从标签和合并的拉取请求中生成变更日志。
该脚本还支持GitHub Issues。

此变更日志是由此脚本生成的。 CHANGELOG.md

例:

Changelog

1.2.5 (2015-01-15)

Full Changelog

Implemented enhancements:

  • Use milestone to specify in which version bug was fixed #22

Fixed bugs:

  • Error when trying to generate log for repo without tags #32

Merged pull requests:

  • PrettyPrint class is included using lowercase 'pp' #43 (schwing)

  • support enterprise github via command line options #42 (glenlovett)

关于github - 从Github问题生成Changelog?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14960674/

相关文章:

angular - 常规变更日志自定义模板 - 如果未指定关闭则不返回任何行

eclipse - 对于 eclipse 项目,哪些文件应该提交给 github

git - 如何在dockerfile中使用RUN clone git

git - Git LFS 和 git-annex 有何不同?

java - 找不到更新日志 changelog.groovy

java - 使用变更日志 xml 作为流输入运行 liquibase

Git 提交 - 错误 : cannot spawn gitpad: No such file or directory

github - 将 index.html 以外的内容用于 Github 页面

api - Delphi 代码示例编译不通过怎么办?