TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some examples of good changelogs?

9 pointsby tucifalmost 5 years ago

2 comments

forgotmypw17almost 5 years ago
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 未加载
aprdmalmost 5 years ago
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 未加载