We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c821055 commit 7015e17Copy full SHA for 7015e17
exe/revert-github-release
@@ -5,6 +5,7 @@
5
# It will delete the release branch and tag locally and remotely
6
7
require 'create_github_release'
8
+require 'create_github_release/version'
9
10
require 'English'
11
require 'optparse'
lib/create_github_release/command_line/parser.rb
@@ -3,6 +3,7 @@
3
4
require 'create_github_release/command_line/options'
module CreateGithubRelease
module CommandLine
0 commit comments