buildar 1.4.0.13 → 1.4.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/buildar/tasks.rb +0 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.0.
|
1
|
+
1.4.0.15
|
data/lib/buildar/tasks.rb
CHANGED
@@ -88,7 +88,6 @@ task :tag => [:test] do
|
|
88
88
|
if proj.use_git
|
89
89
|
tagname = "v#{proj.available_version}"
|
90
90
|
message = ENV['message'] || "auto-tagged #{tagname} by Rake"
|
91
|
-
message.gsub!("'", "\'")
|
92
91
|
sh %Q{git tag -a "#{tagname}" -m "#{message}"}
|
93
92
|
sh "git push origin --tags"
|
94
93
|
end
|