Skip to content

Commit 15ea158

Browse files
committed
Add link to governance doc
1 parent 0e53017 commit 15ea158

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release-stage-2-alpha.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@ jobs:
7373
BASE_SHA=$(echo ${{ github.event.pull_request.base.sha }} | cut -c1-7)
7474
COMMAND="git log --pretty=oneline ${LATEST_RELEASE_SHA}..${BASE_SHA}"
7575
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 \
7778
⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it \
7879
may contain commits that have landed in \`dev\` but have not been released yet \
7980
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 \
8384
\`\`\`" \
8485
| gh pr comment ${{ github.event.pull_request.number }} --body-file -
8586
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}

0 commit comments

Comments
 (0)