From 97083f96059a4636630f66d3af353c0b56abe7a4 Mon Sep 17 00:00:00 2001 From: Dan Smith <5696173+danrs@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:28:50 +0800 Subject: [PATCH] Parse commit body (#214) Revert formatting change in ac1e937 which causes only the commit subject to be parsed --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b71fda53..b9f7f075 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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