Skip to content

Commit

Permalink
Changelog name change
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 22, 2009
1 parent 7fac8a6 commit dc21463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -138,7 +138,7 @@ task :publish_news do
publisher.user_name = RUBYFORGE_USER
publisher.password = ENV['RUBYFORGE_PASSWORD']
publisher.subject = "[ANN] Cerberus #{PKG_VERSION} Released"
publisher.details = IO.read(File.dirname(__FILE__) + '/CHANGES')
publisher.details = IO.read(File.dirname(__FILE__) + '/Changelog.txt')
end
end

Expand Down

0 comments on commit dc21463

Please sign in to comment.