Improve gem release
This commit is contained in:
parent
34d393f83e
commit
54cc88ef95
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -30,6 +30,9 @@ task lint: %i[rubocop yard:cov]
|
||||||
desc 'Fix code style (rubocop --auto-correct)'
|
desc 'Fix code style (rubocop --auto-correct)'
|
||||||
task fix: 'rubocop:auto_correct'
|
task fix: 'rubocop:auto_correct'
|
||||||
|
|
||||||
|
Rake::Task['release'].prereqs.unshift 'default'
|
||||||
|
Rake::Task['release:rubygem_push'].clear
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'rubocop/rake_task'
|
require 'rubocop/rake_task'
|
||||||
RuboCop::RakeTask.new
|
RuboCop::RakeTask.new
|
||||||
|
|
Loading…
Reference in a new issue