buildar 0.3.1.1 → 0.3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +2 -2
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2.1
|
data/rakefile.rb
CHANGED
@@ -146,8 +146,8 @@ end
|
|
146
146
|
puts "bumping #{old_version} to #{new_version}"
|
147
147
|
Buildar.write_version new_version
|
148
148
|
if Buildar::USE_GIT and Buildar::GIT_COMMIT_VERSION
|
149
|
-
|
150
|
-
sh "git commit
|
149
|
+
msg = "rake bump_#{v} to #{new_version}"
|
150
|
+
sh "git commit #{Buildar::VERSION_FILE} -m '#{msg}'"
|
151
151
|
end
|
152
152
|
end
|
153
153
|
}
|