Skip to content

Commit

Permalink
Require create_github_release/version where the gem version is needed (
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Jan 8, 2024
1 parent c821055 commit 7015e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions exe/revert-github-release
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# It will delete the release branch and tag locally and remotely

require 'create_github_release'
require 'create_github_release/version'

require 'English'
require 'optparse'
Expand Down
1 change: 1 addition & 0 deletions lib/create_github_release/command_line/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'English'
require 'optparse'
require 'create_github_release/command_line/options'
require 'create_github_release/version'

module CreateGithubRelease
module CommandLine
Expand Down

0 comments on commit 7015e17

Please sign in to comment.