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:
parent
1235a41c0b
commit
f3adf149ec
3 changed files with 76 additions and 7 deletions
6
Rakefile
6
Rakefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue