From c69ee8046a6df227d2445925fe5f12fe3558f9ae Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 15 Jul 2024 21:27:11 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20numbering=20order=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release_process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release_process.md b/release_process.md index 273af146..3130fc9c 100644 --- a/release_process.md +++ b/release_process.md @@ -15,10 +15,10 @@ It assumes you already have the code changes, as well as a draft of the release - Check with `git log`. - Run `git push origin --tags` - Upon pushing the tag, the [PyPi](https://pypi.org/project/supervision/) should update to the new version. Check this! -5. Open and merge a PR, merging `main` into `develop`. -6. Update the docs by running the [Supervision Release Documentation Workflow 📚](https://github.com/roboflow/supervision/actions/workflows/publish-release-docs.yml) workflow from GitHub. +4. Open and merge a PR, merging `main` into `develop`. +5. Update the docs by running the [Supervision Release Documentation Workflow 📚](https://github.com/roboflow/supervision/actions/workflows/publish-release-docs.yml) workflow from GitHub. - Select the `main` branch from the dropdown. -7. Create a release on GitHub. +6. Create a release on GitHub. - Go to releases - Assign the release notes to the tag created in step 3. - Publish the release.