From ac9eb853d2a661510c6117f20e4af5d7642f02d7 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 12 Apr 2016 10:42:28 +0900 Subject: [PATCH] Remove duplicate `tag` command from release task --- sinatra-contrib/Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sinatra-contrib/Rakefile b/sinatra-contrib/Rakefile index 3120e033..1836e8b6 100644 --- a/sinatra-contrib/Rakefile +++ b/sinatra-contrib/Rakefile @@ -57,7 +57,6 @@ task :release => :gemspec do gem push sinatra-contrib*.gem && git commit --allow-empty -a -m '#{Sinatra::Contrib::VERSION} release' && git tag -s v#{Sinatra::Contrib::VERSION} -m '#{Sinatra::Contrib::VERSION} release' && - git tag -s #{Sinatra::Contrib::VERSION} -m '#{Sinatra::Contrib::VERSION} release' && git push && (git push origin master || true) && git push --tags && (git push origin --tags || true) SH