Sha256: 360776c3beef197ca43ac7da2bc27d9a91950803361f5491b49b08f781f05b6b

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

Stored size: 468 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"

require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.user = 'solidusio'
  config.project = 'solidus_dev_support'
  config.exclude_labels = %w[infrastructure]
  config.issues = false
  config.base = "#{__dir__}/OLD_CHANGELOG.md"
  config.since_tag = 'v1.4.0'
end

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_dev_support-2.1.0 Rakefile
solidus_dev_support-2.0.1 Rakefile
solidus_dev_support-2.0.0 Rakefile
solidus_dev_support-1.6.0 Rakefile