Release engineering: what books? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T20:12:21Z http://stackoverflow.com/feeds/question/789996 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/789996/release-engineering-what-books 5 Release engineering: what books? Gian Paolo Ghilardi 2009-04-26T00:23:51Z 2009-09-03T21:10:53Z <p>A part of my daily job can be described as release-engineering stuff and I'd like to keep on improving my knowledge+skill even on that specific field.</p> <ul> <li>Are there other books besides the 3 ones listed on Wikipedia ("<a href="http://en.wikipedia.org/wiki/Release%5Fengineering" rel="nofollow">releng</a>" entry -> "further reading") </li> <li>What are your favourite ones on this topic?</li> </ul> <p>Please, no generic/all-inclusive/2k-pages-long software engineering books: if possible, I prefer books focused on release-engineering, especially on the "build and release cycle".</p> <p>Thanks.</p> http://stackoverflow.com/questions/789996/release-engineering-what-books/790084#790084 8 Answer by Mitch Wheat for Release engineering: what books? Mitch Wheat 2009-04-26T01:34:17Z 2009-04-26T01:34:17Z <p>Hard to beat these short but focused books:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0974514047" rel="nofollow">Ship it! A Practical Guide to Successful Software Projects</a></p> <p><a href="http://rads.stackoverflow.com/amzn/click/0978739213" rel="nofollow">Release It!: Design and Deploy Production-Ready Software</a> </p> <p>both in the pragmatic programmer series.</p> http://stackoverflow.com/questions/789996/release-engineering-what-books/790343#790343 3 Answer by Alex Martelli for Release engineering: what books? Alex Martelli 2009-04-26T06:19:36Z 2009-04-26T06:19:36Z <p>Beyond the good practical advice in the Pragmatic Programmer books Mitch recommends, for a good short treatise I'd recommend Bays' "Software Release Methodology", see <a href="http://books.google.com/books?id=WpcNAAAACAAJ&amp;dq=isbn:0136365647&amp;ei=R_zzSZuNOZTSkATxoNRw" rel="nofollow">http://books.google.com/books?id=WpcNAAAACAAJ&amp;dq=isbn:0136365647&amp;ei=R_zzSZuNOZTSkATxoNRw</a> -- dated, but sure it's stuff I wish (in retrospect) I'd known about back in the '90s when I was supposedly the manager in charge of release processes and decisions for some software products!-)</p> http://stackoverflow.com/questions/789996/release-engineering-what-books/825775#825775 1 Answer by Jim Bird for Release engineering: what books? Jim Bird 2009-05-05T16:32:03Z 2009-05-05T16:32:03Z <p>Also add Visible Ops: it's a good overview of the downstream release management and change management (esp) processes, based on the ITIL framework.</p> http://stackoverflow.com/questions/789996/release-engineering-what-books/1164161#1164161 1 Answer by Anders Rune Jensen for Release engineering: what books? Anders Rune Jensen 2009-07-22T09:42:33Z 2009-07-22T09:42:33Z <p>This <a href="http://www.youtube.com/watch?v=i7pkyDUX5uM" rel="nofollow">talk</a> given by Theo de Raadt (OpenBSD maintainer) is an excellent introduction to release engineering. It's only 30 minutes long, but contains lots of golden nuggets of wisdom extracted over the last 10+ years of doing 6 month releases in a fairly big Open Source project.</p> http://stackoverflow.com/questions/789996/release-engineering-what-books/1375985#1375985 1 Answer by Ken Liu for Release engineering: what books? Ken Liu 2009-09-03T21:10:53Z 2009-09-03T21:10:53Z <p>Although SCM (Software Configuration Management) is not the same as release engineering, you can't have good release engineering practices without first adopting sound configuration management processes.</p> <p>I recommend <a href="http://www.scmpatterns.com" rel="nofollow">Software Configuration Management Patterns: Effective Teamwork, Practical Integration</a> as a good overview of SCM principles, although it was written before DVCS systems like git became widely used.</p> <p>(The book has more to do with version control than the broader topic of "software configuration management")</p>