You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The following empty 'echo' is also important for marking the end of the changelog for the Create Release Github action
16
16
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 \
20
20
(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"
0 commit comments