Release自動化Action

actions/create-release

GitHub 公式で create-release という Release を自動化する便利Actionがでている。

いや、正確には出ていた、で現在はアーカイブ済み。

代理Actionとして下記のものがおすすめされているようだ。

ActiveStorage::Variant

By default, images will be processed with ImageMagick using the MiniMagick gem, but you can also switch to the libvips processor operated by the ruby-vips gem).

Rails.application.config.active_storage.variant_processor
# => :mini_magick

Rails.application.config.active_storage.variant_processor = :vips