Updated README to reflect changed behavior.

This commit is contained in:
Karl Matthias
2012-05-30 22:25:17 +01:00
parent 595e5f377a
commit c52d174dcf
+1 -5
View File
@@ -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