Rake::TaskLib
# File lib/tasks/changelog_task.rb, line 7 def initialize desc "Update the changelog since the last release" task(:changelog) do @changelog = [] @changelog << release_header process_commits @changelog << "**MVP!** #{mvp}" if mvp @changelog << blank_line add_commits_to_changelog save_changelog end end
Generated with the Darkfish Rdoc Generator 2.