Skip to content

Commit

Permalink
[Issue reenhanced#149] Fix Commit Message to merge instead of close
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhu24 committed Apr 18, 2016
1 parent 7d181cf commit 86375fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git_reflow/git_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def merge_feature_branch(feature_branch_name, options = {})
message = "#{options[:message]}"

if "#{options[:pull_request_number]}".length > 0
message << "\nCloses ##{options[:pull_request_number]}\n"
message << "\nMerges ##{options[:pull_request_number]}\n"
end

if lgtm_authors = Array(options[:lgtm_authors]) and lgtm_authors.any?
Expand Down

0 comments on commit 86375fc

Please sign in to comment.