Capistrano tagging3

Automagically tag your current deployed release with capistrano v3

Install

$ gem install capistrano-tagging3

Usage

In deploy.rb:

require 'capistrano/tagging3'

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

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

Original idea: