Skip to content

Commit

Permalink
Changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
fabn committed Dec 15, 2015
1 parent 04d7bc6 commit f3ed681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ gemspec

gem "rake"
gem "appraisal"
# Used to automatically generate changelog file
gem "github_changelog_generator"

group :test do
gem "minitest"
Expand Down
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ rescue LoadError
rescue StandardError
puts "RDocTask is not supported on this platform."
end

# See https://github.com/skywinder/github-changelog-generator#rake-task for details
# and github_changelog_generator --help for available options
require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.project = 'acts_as_list'
config.user = 'swanandp'
end

0 comments on commit f3ed681

Please sign in to comment.