Skip to content

Commit e8bc3d7

Browse files
author
Tim Roes
authored
Improve body of release PR (#16330)
1 parent 8cd3880 commit e8bc3d7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

tools/bin/pr_body.sh

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ echo
1414
PAGER=cat git log v${PREV_VERSION}..${GIT_REVISION} --oneline --decorate=no
1515
# The following empty 'echo' is also important for marking the end of the changelog for the Create Release Github action
1616
echo
17-
echo "Instructions:"
18-
echo "- *SQUASH MERGE* this PR - this is necessary to ensure the automated Create Release action is triggered."
19-
echo "- Double check that the Create Release action was triggered and ran successfully on the commit to master \
17+
echo "### Instructions"
18+
echo "1) *SQUASH MERGE* this PR - this is necessary to ensure the automated Create Release action is triggered."
19+
echo "2) Double check that the [Create Release](https://github.com/airbytehq/airbyte/actions/workflows/create-release.yml) action was triggered and ran successfully on the commit to master \
2020
(this should only take a few seconds)."
21-
echo "- If the Create Release action failed due to a transient issue, retry the action. If it failed due to \
22-
a non-transient issue, you will need to manually create a release by following these steps:"
23-
echo " 1. Pull most recent version of master"
24-
echo " 2. Run ./tools/bin/tag_version.sh"
25-
echo " 3. Create a GitHub release with the changelog"
21+
echo "3) If the Create Release action failed due to a transient issue, retry the action. If it failed due to \
22+
a non-transient issue, create a release manually by following the below instructions."
23+
echo
24+
echo "<details>"
25+
echo "<summary>Create the GitHub release manually</summary>"
26+
echo
27+
echo "1. Pull most recent version of master"
28+
echo "2. Run ./tools/bin/tag_version.sh"
29+
echo "3. Create a GitHub release with the changelog"
30+
echo "</details>"

0 commit comments

Comments
 (0)