Is there a utility/tool that will extract Git comm

2019-07-26 12:43发布

I would like to extract Git comments of a specific application branch into a formatted release notes for a specific application version.

I can extract it to a text file or copy the revision history from VS2017 to Excel, but it requires some additional cleaning and filtering.

1条回答
相关推荐>>
2楼-- · 2019-07-26 13:39

If you want to generate release notes from git log messages, there's any number of tools available to do that. git-release-notes for example.

Most require that the logs are written in a certain format for the result to make any sense. You can rewrite your logs with the reword feature of an interactive rebase.

查看更多
登录 后发表回答