Skip to content

Simple Capistrano plugin to post a Basecamp message for each deploy listing the git commit messages that happened since the last deploy

Notifications You must be signed in to change notification settings

lukemelia/basecamp_notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. But this is GitHub after all.
* You might have to fork to customize the look-and-feel of the posted messages
* No error checking, really

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

About

Simple Capistrano plugin to post a Basecamp message for each deploy listing the git commit messages that happened since the last deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%