Skip to content

Commit 8ded413

Browse files
committed
fix: release note fix description
1 parent fd2b4c0 commit 8ded413

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

0 commit comments

Comments
 (0)