Sha256: e097f32015a0784a686ad773684400236fb6ae997673c050757b682aef0fe5e0
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true desc "Generate a Changelog" task :changelog do # rubocop:disable Style/MutableConstant CHANGELOG_COMMAND ||= %w[ github_changelog_generator -u mhenrixon -p stub_requests --no-verbose --token ] # rubocop:enable Style/MutableConstant sh(*CHANGELOG_COMMAND.push(ENV["CHANGELOG_GITHUB_TOKEN"])) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stub_requests-0.1.2 | lib/tasks/changelog.rake |
stub_requests-0.1.1 | lib/tasks/changelog.rake |