Skip to content

Commit

Permalink
fixes issue #90 by adding message param for custom message
Browse files Browse the repository at this point in the history
  • Loading branch information
rohith-jayaraman committed Oct 26, 2019
1 parent ea6fd1d commit 748beac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem/release/cmds/bump.rb
Original file line number Diff line number Diff line change
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 748beac

Please # to comment.