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.

  • Are there other books besides the 3 ones listed on Wikipedia ("releng" entry -> "further reading")
  • What are your favourite ones on this topic?

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".

Thanks.

link|improve this question

80% accept rate
feedback

closed as not constructive by templatetypedef, Tim Post Sep 21 '11 at 6:49

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

up vote 8 down vote accepted

Hard to beat these short but focused books:

Ship it! A Practical Guide to Successful Software Projects

Release It!: Design and Deploy Production-Ready Software

both in the pragmatic programmer series.

link|improve this answer
I'll give a llook on both. Thanks! – Gian Paolo Ghilardi Apr 26 '09 at 8:17
Both of these books have more to do with the process of developing robust software than actual release engineering. – Ken Liu Sep 3 '09 at 21:13
feedback

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 http://books.google.com/books?id=WpcNAAAACAAJ&dq=isbn:0136365647&ei=R_zzSZuNOZTSkATxoNRw -- 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!-)

link|improve this answer
Comments/reviews for this book on Amazon seem a bit too mixed to me. Anyway I'll give it a look as you recommend it. Thanks! – Gian Paolo Ghilardi Apr 26 '09 at 8:19
feedback

This talk 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.

link|improve this answer
feedback

Also add Visible Ops: it's a good overview of the downstream release management and change management (esp) processes, based on the ITIL framework.

link|improve this answer
Seems interesting. I'll give it a look, as well. Thanks. – Gian Paolo Ghilardi May 7 '09 at 6:20
feedback

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.

I recommend Software Configuration Management Patterns: Effective Teamwork, Practical Integration as a good overview of SCM principles, although it was written before DVCS systems like git became widely used.

(The book has more to do with version control than the broader topic of "software configuration management")

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.