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 0e46d1e commit dadfcea
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="%h %s by @%an" -n 1 $hash)
subject=$(git log --format="%s by @%an - %h" -n 1 $hash)
case "$subject" in
*'BREAKING CHANGE:'*)
echo "* **Breaking Change:** $(echo "$subject" | awk -F: '{print $2}')" >> release_notes.md
Expand Down

0 comments on commit dadfcea

Please sign in to comment.