diff --git a/README.md b/README.md index 45f343f..2e10ab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Capistrano Deployment Tags ========================== -This plugin to Capistrano will add timestamped and latest Git tags +This plugin to Capistrano will add a timestamped Git tag at each deployment, automatically. It is intended to be used with the multistage recipe and will tag each release by environment. You can, however, use it without multistage simply by setting :branch @@ -18,10 +18,6 @@ timestamp: `production-2012.04.02-203155` -It would also result in moving or creating this tag: - -`production-latest` - These tags can be used for any number of useful things including generating statistics about deployments per day/week/year, tracking code size over a period of time, detecting Rails migrations, and