Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 762 Bytes

README.markdown

File metadata and controls

28 lines (16 loc) · 762 Bytes

For capistrano 3 check https://github.com/ianheggie/capistrano-tagging3

For capistrano > 2 check https://github.com/dimko/capistrano-tagging

Capistrano GitTagging Extension

Automagically tag your current deployed release with capistrano

Install:

gem install capistrano-git-tags

usage: put this in the top in your deploy.rb:

require 'capistrano/git/tags'

TODO

  • specify the formatting of the tag

Original idea: