Skip to content

Commit

Permalink
fix: release note fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 19, 2024
1 parent 7a98cb8 commit 8052121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
echo "## What's changed" > release_notes.md
for hash in $commit_range; do
subject=$(git log --format="%s" -n 1 $hash)
subject=$(git log --format="%h %s by @%an" -n 1 $hash)
case "$subject" in
*'BREAKING CHANGE:'*)
echo "* **Breaking Change:** ${line#*:}" >> release_notes.md
Expand Down

0 comments on commit 8052121

Please sign in to comment.