File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ jobs:
563563 # GH-499: How to create release notes?
564564 echo "Creating release: ${{ steps.commit_ids.outputs.release_tag }}"
565565 gh release create "${{ steps.commit_ids.outputs.release_tag }}" \
566- -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<br>arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}<br>arrow_repo: ${{github.event.inputs.ARROW_REPO}}<br>release_tag_name : ${{github.event.inputs.RELEASE_TAG_NAME }}<br>arrow-java branch : ${{github.ref_name }}" \
566+ -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<br>arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}<br>arrow_repo: ${{github.event.inputs.ARROW_REPO}}<br>arrow-java branch : ${{github.ref_name }}<br>release_tag_name : ${{ steps.commit_ids.outputs.release_tag }}" \
567567 --prerelease \
568568 --repo ${GITHUB_REPOSITORY} \
569569 --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 }})"
You can’t perform that action at this time.
0 commit comments