Capistrano tagging

Automagically tag your current deployed release with capistrano

Install

$ gem install capistrano-tagging

Usage

In deploy.rb:

require 'capistrano/tagging'

That's it! You can specify format of tag:

set :tagging_format, ':rails_env_:release' # default, also available all of deploy variables

Original idea: