Skip to content

Commit

Permalink
Auto commit when cutting release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Sep 18, 2020
1 parent 571d1a1 commit e08ec0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/cut_release.rake
Expand Up @@ -47,6 +47,9 @@ namespace :cut_release do
update_antora(new_version)

puts "Changed version from #{old_version} to #{new_version}."
cmd = "git commit -am 'Cut #{new_version}'"
puts cmd
system cmd
end
end

Expand Down

0 comments on commit e08ec0e

Please sign in to comment.