We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8ab3a commit 25e77c9Copy full SHA for 25e77c9
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
else
46
range="$previous_tag..HEAD"
47
fi
48
- changelog=""
+ changelog="Commit changes for **${{ range }}**: \n"
49
while read -r hash message; do
50
changelog="${changelog}* [${message}](${repo_url}/commit/${hash})"$'\n'
51
done < <(git log $range --pretty=format:"%H %s")
@@ -62,4 +62,4 @@ jobs:
62
--title "apache-iceberg-monitoring-${{ steps.zip.outputs.commit_hash }}" \
63
--notes "${{ steps.changelog.outputs.changelog }}" \
64
--target ${{ github.sha }} \
65
- ./${{ steps.zip.outputs.zip_name }}
+ ./${{ steps.zip.outputs.zip_name }}q
0 commit comments