Skip to content

Commit

Permalink
Releasing 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jul 25, 2014
1 parent 32bdfef commit 093ac3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/release.rake
Expand Up @@ -49,7 +49,7 @@ namespace :release do
task :tag => :stamp do
require 'alf/version'
version = Alf::VERSION
cmd = "git tag v#{version} && git push origin master --tags"
cmd = "git tag --force v#{version} && git push origin master --tags"
in_each_sub_module("'git tag and push' in") do |sub|
system(cmd)
end
Expand Down Expand Up @@ -88,4 +88,4 @@ namespace :release do

end
desc "Release alf"
task :release => :"release:go"
task :release => :"release:go"

0 comments on commit 093ac3f

Please sign in to comment.