From c3dd1238c50424231bac682f08b43fc4a318a148 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 16 Nov 2010 16:30:53 -0800 Subject: Small cleanup of the release task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 9da84ee49b..7dc884f27b 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ desc "Build gem files for all projects" task :build => "all:build" desc "Release all gems to gemcutter and create a tag" -task :release => ["all:release", "git:tag"] +task :release => "all:release" # RDoc skips some files in the Rails tree due to its binary? predicate. This is a quick # hack for edge docs, until we decide which is the correct way to address this issue. -- cgit v1.2.3