mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
configure future changelog version from inspec version
This commit is contained in:
parent
421fabf93e
commit
7e94d13a43
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -52,8 +52,10 @@ end
|
|||
# the necessary gem is installed.
|
||||
begin
|
||||
require 'github_changelog_generator/task'
|
||||
require_relative 'lib/inspec/version'
|
||||
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
||||
config.since_tag = '0.7.0'
|
||||
config.future_release = Inspec::VERSION
|
||||
end
|
||||
rescue LoadError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue