Skip to content

Commit

Permalink
Merge pull request #92 from rohith-jayaraman/master
Browse files Browse the repository at this point in the history
fixes issue #90 by adding message param for custom message in bump.rb
  • Loading branch information
PikachuEXE committed Oct 28, 2019
2 parents ea6fd1d + 748beac commit c8d37f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem/release/cmds/bump.rb
Expand Up @@ -76,7 +76,7 @@ class Bump < Base
opts[:commit] = value
end

opt '-m', '--message', descr(:message) do |value|
opt '-m', '--message MESSAGE', descr(:message) do |value|
opts[:message] = value
end

Expand Down

0 comments on commit c8d37f4

Please sign in to comment.