update docs

This commit is contained in:
David Dollar
2012-01-29 01:51:52 -05:00
parent b2dc89c50e
commit 9f4f15a29c
+7
View File
@@ -66,3 +66,10 @@ task :changelog do
end
end
end
desc "Cut a release"
task :release do
Rake::Task["authors"].invoke
Rake::Task["changelog"].invoke
Rake::Task["pages"].invoke
end