aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb15
1 files changed, 14 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index a13003aa27..6f0b419849 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -1,6 +1,19 @@
# frozen_string_literal: true
-FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable activestorage railties )
+FRAMEWORKS = %w(
+ activejob
+ activemodel
+ activerecord
+ activestorage
+ activesupport
+ actioncable
+ actionmailbox
+ actionmailer
+ actionpack
+ actiontext
+ actionview
+ railties
+)
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
root = File.expand_path("..", __dir__)