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 fd2b4c0 commit 8ded413
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 @@ -134,7 +134,7 @@ jobs:
id: release_notes
run: |
git fetch
commit_range=$(git rev-list --abbrev-commit --reverse ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }})
commit_range=$(git rev-list --abbrev-commit --reverse ${{ steps.previous_tag.outputs.previous_tag }}..HEAD)
echo "## What's changed" > release_notes.md
for hash in $commit_range; do
Expand Down

0 comments on commit 8ded413

Please sign in to comment.