diff --git a/source/_images/drafting-new-release.png b/source/_images/drafting-new-release.png index 2ecd47d..ee15a6d 100644 Binary files a/source/_images/drafting-new-release.png and b/source/_images/drafting-new-release.png differ diff --git a/source/_images/publish-release-job.png b/source/_images/publish-release-job.png new file mode 100644 index 0000000..e684592 Binary files /dev/null and b/source/_images/publish-release-job.png differ diff --git a/source/_images/publish-release-workflow-list.png b/source/_images/publish-release-workflow-list.png new file mode 100644 index 0000000..d483186 Binary files /dev/null and b/source/_images/publish-release-workflow-list.png differ diff --git a/source/core-devs/release-process.rst b/source/core-devs/release-process.rst index 920b1bc..25073f6 100644 --- a/source/core-devs/release-process.rst +++ b/source/core-devs/release-process.rst @@ -228,10 +228,18 @@ Making a release Go to https://github.com/Cog-Creators/Red-DiscordBot/actions/workflows/publish_release.yml - - Click on the first workflow run on the list. + - Click on the first workflow run (with a clock icon) on the list. + + .. figure:: /_images/publish-release-workflow-list.png + :target: /_images/publish-release-workflow-list.png + - Click on the "GO HERE BEFORE APPROVING" job. - Expand the "REVIEW OUTPUT OF THIS STEP BEFORE APPROVING" step. - **Verify the release information printed in the step is correct.** + + .. figure:: /_images/publish-release-job.png + :target: /_images/publish-release-job.png + - Go back to Summary, click on "Review deployments" and approve or reject the environment run. #. Wait for the CI to finish its job.