Skip to content

Commit

Permalink
Merge pull request #9 from oscar-stack/maint/master/changelog_generation
Browse files Browse the repository at this point in the history
Add changelog generation
  • Loading branch information
jarretlavallee authored Jul 1, 2019
2 parents ce80c78 + 1714629 commit 8f4265b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ group :development do
gem 'rubocop'
gem 'rubocop-rspec'
gem 'yard', '~> 0.9.16'
gem 'github_changelog_generator'
end

group :test do
Expand Down
8 changes: 8 additions & 0 deletions tasks/changelog.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'github_changelog_generator/task'
require_relative '../lib/vagrant-bolt/version'

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user ='oscar-stack'
config.project = 'vagrant-bolt'
config.future_release = VagrantBolt::VERSION
end

0 comments on commit 8f4265b

Please sign in to comment.