Low commit activity in last 3 years
No release in over a year
Create a tag in the local and remote repo on every deploy with capistrano v3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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: