TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you generate changelogs for repositories?

3 点作者 imjacobclark将近 9 年前
How do you generate changelogs in git repos? GitHub has a really good 'releases' feature that builds on tagging, but how do you create your changelog when you may have hundreds of commits where the messages are not all that relevant?

2 条评论

svisser将近 9 年前
The changelog should be a document written by humans for humans.<p>So you manually maintain the changelog while working on fixes &#x2F; features and you add any remaining notes just prior to each release.
ddorian43将近 9 年前
Using <a href="https:&#x2F;&#x2F;pypi.python.org&#x2F;pypi&#x2F;gitchangelog" rel="nofollow">https:&#x2F;&#x2F;pypi.python.org&#x2F;pypi&#x2F;gitchangelog</a>