From a632a62efd6ddcdbf9cf0f75b107c437241aef9a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 29 Jan 2012 01:45:57 -0500 Subject: [PATCH] update docs --- man/foreman.1 | 2 +- tasks/release.rake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"