Rakefile in cartesian-0.6.3 vs Rakefile in cartesian-0.6.4
- old
+ new
@@ -42,9 +42,11 @@
task :pre_release => [:manifest, :render_website] do
unless `git diff Manifest.txt`.empty?
puts
puts " Manifest.txt was re-generated and there were changes."
puts " Use 'git diff Manifest.txt' to inspect them."
- puts
end
+ puts
+ puts " Do NOT forget to update History.txt (VERSION should have already be updated)."
+ puts
end