Skip to content

Commit 1576490

Browse files
committed
fix release notes
1 parent fa3b556 commit 1576490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jarbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ jobs:
552552
# GH-499: How to create release notes?
553553
echo "Creating release: ${{ steps.commit_ids.outputs.release_tag }}"
554554
gh release create "${{ steps.commit_ids.outputs.release_tag }}" \
555-
-n "Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
555+
-n "Release ${{ steps.commit_ids.outputs.release_name }} RC${{ steps.commit_ids.outputs.rc }}<br>Triggered by: ${{ github.actor }}<br>Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
556556
--prerelease \
557557
--repo ${GITHUB_REPOSITORY} \
558558
--title "Apache Arrow Java ${{ steps.commit_ids.outputs.version }} RC${{ steps.commit_ids.outputs.rc }} (arrow-java: ${{ steps.commit_ids.outputs.arrow_java_commit }}, arrow: ${{ steps.commit_ids.outputs.arrow_commit }})"

0 commit comments

Comments
 (0)