rmagick / rmagick

Ruby bindings for ImageMagick
https://rmagick.github.io/
MIT License
694 stars 140 forks source link

Rakefile: Fix duplicate release tasks #1599

Closed Watson1978 closed 2 weeks ago

Watson1978 commented 2 weeks ago

I wanted rake install and added it at https://github.com/rmagick/rmagick/pull/1458/files#diff-ee98e028c59b193d58fde56ab4daf54d43c486ae674e63d50ddf300b07943e0f

However, bundler/gem_tasks also has release tasks, which overlap with our own tasks. Each tasks would be executed when invoke release