diff --git a/man/foreman.1 b/man/foreman.1 index 48c80af..0806a81 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "FOREMAN" "1" "January 2012" "Foreman 0.33.1" "Foreman Manual" +.TH "FOREMAN" "1" "January 2012" "Foreman 0.37.0" "Foreman Manual" . .SH "NAME" \fBforeman\fR \- manage Procfile\-based applications diff --git a/tasks/release.rake b/tasks/release.rake index 3c52666..ce5493b 100644 --- a/tasks/release.rake +++ b/tasks/release.rake @@ -9,8 +9,8 @@ end desc "Commit the manual to git" task "man:commit" => :man do - sh "git add README.markdown" - sh "git commit -m 'update readme' || echo 'nothing to commit'" + sh "git add README.md" + sh "git commit -am 'update docs' || echo 'nothing to commit'" end desc "Generate the Github docs"