Skip to content

Commit

Permalink
* populate changes from NEWS automatically.
Browse files Browse the repository at this point in the history
git-svn-id: http://hikidoc.rubyforge.org/svn/trunk@102 a4544477-fcff-0310-b425-9d56a9aeec48
  • Loading branch information
kou committed Aug 24, 2008
1 parent 65ba50d commit cdf38c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -45,6 +45,7 @@ project = Hoe.new('hikidoc', HikiDoc::VERSION) do |project|
project.url = 'http://rubyforge.org/projects/hikidoc/'
project.test_globs = ['test/test_*.rb']
project.rdoc_pattern = /(?:^(?:lib|bin)|\AREADME\z)/
project.changes = File.read("NEWS").split(/^!! .*$/)[1].strip
end

desc 'Tag the repository for release.'
Expand Down

0 comments on commit cdf38c1

Please sign in to comment.