From 1ce8ffa0204b6470d15e916b6a7da2bb15276c3e Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 4 Apr 2012 10:28:54 +0100 Subject: [PATCH] Updates to REAMD for clarity. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb6b89f..b4b8b9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Capistrano Deployment Tags ========================== -This plugin to Capistrano will add tags for each deployment that -you make to the project. It is intnded to be used with the multistage -plugin and will tag each release by environment. Each successful -deployment will result in a new tag as well as moving an existing -tag that points to the last deployment. +This plugin to Capistrano will add timestamped and latest Git tags +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 +and :stage in your recipe. What It Does ------------