Skip to content

Commit 7015e17

Browse files
authored
Require create_github_release/version where the gem version is needed (#50)
1 parent c821055 commit 7015e17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exe/revert-github-release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# It will delete the release branch and tag locally and remotely
66

77
require 'create_github_release'
8+
require 'create_github_release/version'
89

910
require 'English'
1011
require 'optparse'

lib/create_github_release/command_line/parser.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'English'
44
require 'optparse'
55
require 'create_github_release/command_line/options'
6+
require 'create_github_release/version'
67

78
module CreateGithubRelease
89
module CommandLine

0 commit comments

Comments
 (0)