Sha256: 757257ee36c5e8a82876f7053a6dca68aab2cf8f816101ff020ed195fea3984f

Contents?: true

Size: 548 Bytes

Versions: 10

Compression:

Stored size: 548 Bytes

Contents

require 'bundler'
require 'bundler/gem_tasks'

desc "run specs"
task :spec do
  sh "bundle exec rspec"
end

require "github_changelog_generator/task"

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.future_release = Chef::Provisioning::FogDriver::VERSION
  config.enhancement_labels = "enhancement,Enhancement,New Feature".split(",")
  config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
  config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question".split(",")
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
chef-provisioning-fog-0.25.0 Rakefile
chef-provisioning-fog-0.24.1 Rakefile
chef-provisioning-fog-0.24.0 Rakefile
chef-provisioning-fog-0.23.0 Rakefile
chef-provisioning-fog-0.22.0 Rakefile
chef-provisioning-fog-0.21.0 Rakefile
chef-provisioning-fog-0.20.0 Rakefile
chef-provisioning-fog-0.19.1 Rakefile
chef-provisioning-fog-0.19.0 Rakefile
chef-provisioning-fog-0.18.0 Rakefile