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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some examples of good changelogs?

9 点作者 tucif将近 5 年前

2 条评论

forgotmypw17将近 5 年前
I can&#x27;t say they are good, because my commit messages get technical, and because I&#x27;m not very good at git, but here is my process.<p>My project is in early stages and I am primary developer. I only have several instances I am supporting.<p>I upgrade by doing a git checkout and .&#x2F;rebuild.pl.<p>Whenever the value of current git pointer changes, it automatically generates a changelog of all the commit messages between the previous pointer and current.<p>As long as I write clear commit messages, my changelogs automatically contain useful information.<p>I can also add comments in reply to the changelogs.<p>All of it is automatically accessible via #meta hashtag
评论 #24004910 未加载
aprdm将近 5 年前
I have been using this: <a href="https:&#x2F;&#x2F;keepachangelog.com&#x2F;en&#x2F;1.0.0&#x2F;" rel="nofollow">https:&#x2F;&#x2F;keepachangelog.com&#x2F;en&#x2F;1.0.0&#x2F;</a><p>I particularly like the consul changelog <a href="https:&#x2F;&#x2F;github.com&#x2F;hashicorp&#x2F;consul&#x2F;blob&#x2F;master&#x2F;CHANGELOG.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hashicorp&#x2F;consul&#x2F;blob&#x2F;master&#x2F;CHANGELOG.md</a> which follows it.
评论 #24016688 未加载