summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-24 02:36:35 -0600
committerGitHub <noreply@github.com>2022-04-24 02:36:35 -0600
commit95e7a2f2dbe7635367bcd0cbbae46a6347b45f40 (patch)
tree4b4acbc1d947a71ae8e6a3e87dde05859a899001 /Rakefile
parentfbb10b12c446b3e4bbdeef239c5e148f029de5ce (diff)
resolves #2065 set up fully automated release (PR #2069) [no ci]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 405c9b17..0443554a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require_relative 'gem-version-patch'
+
$default_tasks = [] # rubocop:disable Style/GlobalVars
Dir.glob('tasks/*.rake').each {|file| load file }
task default: $default_tasks unless $default_tasks.empty? # rubocop:disable Style/GlobalVars