Skip to content

Commit 8052121

Browse files
committed
fix: release note fix description
1 parent 7a98cb8 commit 8052121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "## What's changed" > release_notes.md
139139
140140
for hash in $commit_range; do
141-
subject=$(git log --format="%s" -n 1 $hash)
141+
subject=$(git log --format="%h %s by @%an" -n 1 $hash)
142142
case "$subject" in
143143
*'BREAKING CHANGE:'*)
144144
echo "* **Breaking Change:** ${line#*:}" >> release_notes.md

0 commit comments

Comments
 (0)