Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
Also include the changelog when generating docs using rake
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Sep 22, 2011
1 parent 01c2ebc commit 771108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ begin
# Create a rake task +:doc+ to build the documentation using YARD
YARD::Rake::YardocTask.new do |yardoc|
yardoc.name = 'doc'
yardoc.files = [ 'lib/**/*.rb', 'LICENSE', 'README.md' ]
yardoc.files = [ 'lib/**/*.rb', 'Changelog.md', 'LICENSE', 'README.md' ]
yardoc.options = [ '--private', '--title', 'Metior — API Documentation' ]
end
rescue LoadError
Expand Down

0 comments on commit 771108e

Please sign in to comment.