File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,14 @@ jobs:
73
73
BASE_SHA=$(echo ${{ github.event.pull_request.base.sha }} | cut -c1-7)
74
74
COMMAND="git log --pretty=oneline ${LATEST_RELEASE_SHA}..${BASE_SHA}"
75
75
echo -e \
76
- "Alpha release created: \`${{ steps.version.outputs.version }}\`\n\n\
76
+ "[Alpha release](https://github.com/remix-run/react-router/blob/main/GOVERNANCE.md#stage-2--alpha) \
77
+ created: \`${{ steps.version.outputs.version }}\`\n\n \
77
78
⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it \
78
79
may contain commits that have landed in \`dev\` but have not been released yet \
79
80
depending on when this branch was created. You can run the following command \
80
- to see the commits that may not have been released yet:\n\n\
81
- \`\`\`bash\n\
82
- ${COMMAND}\n\
81
+ to see the commits that may not have been released yet:\n\n \
82
+ \`\`\`bash\n \
83
+ ${COMMAND}\n \
83
84
\`\`\`" \
84
85
| gh pr comment ${{ github.event.pull_request.number }} --body-file -
85
86
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}
You can’t perform that action at this time.
0 commit comments