From cc372350af2e1012387d1da1926a9287df00fcf2 Mon Sep 17 00:00:00 2001 From: Kevin Gentile Date: Wed, 26 Oct 2022 16:53:38 -0400 Subject: [PATCH] fix log list --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f7386e2e..db9657e7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -119,7 +119,7 @@ then fi # get the merge commit message looking for #bumps -log=$(git show -s --format=%s) +log=$(git show -s "$tag"..HEAD --format=%s) echo "Last commit message: $log" case "$log" in