Skip to content

Commit 25e77c9

Browse files
committed
chore: Update changelog notes
1 parent 5a8ab3a commit 25e77c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
else
4646
range="$previous_tag..HEAD"
4747
fi
48-
changelog=""
48+
changelog="Commit changes for **${{ range }}**: \n"
4949
while read -r hash message; do
5050
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
5151
done < <(git log $range --pretty=format:"%H %s")
@@ -62,4 +62,4 @@ jobs:
6262
--title "apache-iceberg-monitoring-${{ steps.zip.outputs.commit_hash }}" \
6363
--notes "${{ steps.changelog.outputs.changelog }}" \
6464
--target ${{ github.sha }} \
65-
./${{ steps.zip.outputs.zip_name }}
65+
./${{ steps.zip.outputs.zip_name }}q

0 commit comments

Comments
 (0)