Skip to content

Commit

Permalink
Update release-notes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Feb 15, 2024
1 parent 2ebf697 commit 2305f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while IFS= read -r line; do
continue
fi
commit_msg="${BASH_REMATCH[1]}"
commit_body=$(git log --grep "$commit_msg" -n1 --pretty="%b")
commit_body=$(git log -F --grep "$commit_msg" -n1 --pretty="%b")

add_notes() {
local notes="$1"
Expand Down

0 comments on commit 2305f18

Please sign in to comment.