1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

update changelog (and add generation stuff for future)

This commit is contained in:
geemus 2019-03-13 11:38:00 -05:00
parent 1235a41c0b
commit f3adf149ec
3 changed files with 76 additions and 7 deletions

View file

@ -1,4 +1,5 @@
require "bundler/gem_tasks"
require "github_changelog_generator/task"
task :default => :test
@ -6,3 +7,8 @@ mock = ENV['FOG_MOCK'] || 'true'
task :test do
sh("export FOG_MOCK=#{mock} && bundle exec shindont")
end
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user = 'fog'
config.project = 'fog-aws'
end