mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
clarify how to bump version in rake
This commit is contained in:
parent
a2139806a6
commit
bd1ac8f411
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -119,7 +119,7 @@ end
|
|||
desc 'Bump the version of this gem'
|
||||
task :bump_version, [:version] do |_, args|
|
||||
v = args[:version] || ENV['to']
|
||||
fail "You must specify a target version! rake release[1.2.3]" if v.empty?
|
||||
fail "You must specify a target version! rake bump_version to=1.2.3" if v.empty?
|
||||
check_update_requirements
|
||||
inspec_version(v)
|
||||
Rake::Task['changelog'].invoke
|
||||
|
|
Loading…
Reference in a new issue