Skip to content

Commit

Permalink
Parse commit body (#214)
Browse files Browse the repository at this point in the history
Revert formatting change in ac1e937 which causes only the commit subject
to be parsed
  • Loading branch information
danrs committed Nov 28, 2022
1 parent be61601 commit 97083f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -123,7 +123,7 @@ then
fi

# get the merge commit message looking for #bumps
log=$(git show -s --format=%s)
log=$(git show -s --format=%B)
echo "Last commit message: $log"

case "$log" in
Expand Down

0 comments on commit 97083f9

Please sign in to comment.