Skip to content

Commit e81b43d

Browse files
authored
Update release-notes.sh
1 parent 6854a4d commit e81b43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/release-notes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ while IFS= read -r line; do
5555
continue
5656
fi
5757
commit_msg="${BASH_REMATCH[1]}"
58-
commit_body=$(git log --grep "$commit_msg" -n1 --pretty="%b")
58+
commit_body=$(git log -F --grep "$commit_msg" -n1 --pretty="%b")
5959

6060
add_notes() {
6161
local notes="$1"

0 commit comments

Comments
 (0)