We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6854a4d commit e81b43dCopy full SHA for e81b43d
.github/scripts/release-notes.sh
@@ -55,7 +55,7 @@ while IFS= read -r line; do
55
continue
56
fi
57
commit_msg="${BASH_REMATCH[1]}"
58
- commit_body=$(git log --grep "$commit_msg" -n1 --pretty="%b")
+ commit_body=$(git log -F --grep "$commit_msg" -n1 --pretty="%b")
59
60
add_notes() {
61
local notes="$1"
0 commit comments