Skip to content

Commit

Permalink
Look at merge requests for version bump message
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jul 22, 2016
1 parent ce3e702 commit 258f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail

AUTOMATED_AUTHOR_EMAIL=_@_._
AUTOMATED_AUTHOR_NAME=_
LEIN_RELEASE_COMMAND=$(git log --format=%B --no-merges -n 1 | grep -o 'lein release :[a-z]*')
LEIN_RELEASE_COMMAND=$(git log --format=%B -n 1 | grep -o 'lein release :[a-z]*')

# exit if no lein release
[ -n "$LEIN_RELEASE_COMMAND" ]
Expand Down

0 comments on commit 258f505

Please sign in to comment.