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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to generate such beautiful changelogs

1 点作者 iantimothy将近 15 年前
I currently work in a corporate environment where we use SVN and JIRA to manage our code, bugs and development tasks.<p>I've always been fascinated at how beautiful the changelogs of the best open source projects are compared to the 'release notes' we prepare for our clients using Microsoft Word.<p>Example: http://rspec.info/rails/changes-rspec-rails.html<p>The clarity of what's happening is refreshing.<p>How are such changelogs generated? What are the tools and processes that a team needs to have in place to generate such changelogs.<p>Thanks for taking time to share.

2 条评论

icey将近 15 年前
We have our developer intern go through all of the resolved tickets for every release and generate the release notes based on a synopsis of those tickets.<p>It's a pretty manual process, but there are only 3.5 developers working on our product.
slantyyz将近 15 年前
IIRC, Fogbugz (fogbugz.com) - a JIRA competitor - has some capability to generate release notes.