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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Continuous deployment makes releases non-events

28 点作者 ashmaurya超过 15 年前

3 条评论

mpstx超过 15 年前
I've adopted a strategy (on flexvite.com) where I test and push each change immediately, but periodically roll-up and announce a list of changes since the last roll-up.<p>I'm still calling these roll-up summaries 'releases' on the web site since people are familiar with that concept. I've received some positive feedback about using this approach. People like the immediacy of how quickly their feedback is addressed, but they also like being able to thumb through a summary of "What's new" since they last looked.<p>Here are some examples of those summary pages (they look just like release changelogs): 1. <a href="http://blog.flexvite.com/2009/12/17/flexvite-splat-release/" rel="nofollow">http://blog.flexvite.com/2009/12/17/flexvite-splat-release/</a> 2. <a href="http://blog.flexvite.com/2009/11/11/pow-10-new-flexvite-beta-improvements/" rel="nofollow">http://blog.flexvite.com/2009/11/11/pow-10-new-flexvite-beta...</a> 3. <a href="http://blog.flexvite.com/2009/10/12/14-new-flexvite-beta-improvements/" rel="nofollow">http://blog.flexvite.com/2009/10/12/14-new-flexvite-beta-imp...</a><p>The hardest thing for me is deciding where to draw the line and do an announcement of changes that have been released recently. I've considered announcing individual changes one-by-one as they happen on appropriate mediums (i.e.-twitter), but it seems like it would be a little spammy.
btilly超过 15 年前
I have seen this work and work well on a large website that was simultaneously releasing in something like 20 different languages.<p>However that company was not in the USA. And I see no way to square that development philosophy with Sarbanes-Oxley, so publicly traded companies in the USA cannot do it.<p>But for an interesting example of a large well-known open source project with something like that development philosophy, check out <a href="http://clang.llvm.org/" rel="nofollow">http://clang.llvm.org/</a>. The strategy scales better than you'd expect!
评论 #1060698 未加载
ashmaurya超过 15 年前
I think a blog is the perfect medium for a periodic roll-up announcing new and noteworthy items. This allows you to highlight specific themes that can appeal to both current and border-line users.<p>I agree real-time tweets would be too spammy (unless you have a twitter account just for releases) but a community forum might be better for immediate announcements.
评论 #1060684 未加载