public
Description: Simple Capistrano plugin to post a Basecamp message for each deploy listing the git commit messages that happened since the last deploy
Clone URL: git://github.com/scoop/basecamp_notify.git
Search Repo:
name age message
folder README Thu Jul 03 09:52:54 -0700 2008 Example configuration updated [scoop]
folder example/ Thu Jul 03 09:52:54 -0700 2008 Example configuration updated [scoop]
folder recipes/ Thu Jul 03 09:52:16 -0700 2008 Added ability to specify a custom git log format [scoop]
folder vendor/ Fri Apr 04 14:32:03 -0700 2008 Initial version [scoop]
README
basecamp_notify
===============

A super-simple Capistrano recipe that hooks into your deploy process and
posts new messages to your project's Basecamp account on each deploy,
containing the abbreviated commit logs of each commit between the last deploy
and the current deploy.

INSTALLATION:

* Stick it in yourapp/vendor/plugins/basecamp_notify
* Copy the example configuration containing your sensible Basecamp login data
  from examples/basecamp.yml into config/basecamp.yml and adjust the contents.
  (And ignore it via .gitignore)

KNOWN ISSUES:

* Only works with git and subversion.
* No error checking, really. Although the Subversion part falls back to a standard
  `svn log` if the XML parsing fails

CREDITS:

* The Basecamp API Wrapper by 37 Signals (bundled in vendor/):
  http://developer.37signals.com/basecamp/basecamp.rb
* Inspiration:
  http://www.37signals.com/svn/posts/951-using-basecamp-to-automatically-keep-track-of-product-releases