diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-24 02:36:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 02:36:35 -0600 |
| commit | 95e7a2f2dbe7635367bcd0cbbae46a6347b45f40 (patch) | |
| tree | 4b4acbc1d947a71ae8e6a3e87dde05859a899001 /Rakefile | |
| parent | fbb10b12c446b3e4bbdeef239c5e148f029de5ce (diff) | |
resolves #2065 set up fully automated release (PR #2069) [no ci]
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
