Rakefile in itamae-1.1.25 vs Rakefile in itamae-1.1.26

- old
+ new

@@ -82,8 +82,10 @@ open(version_file, "w") do |f| f.write next_version end system "git add #{version_file}" system "git commit -m 'Bump up version'" + + Rake::Task["release"].invoke end end