From f3194b21d63bd9ed6b9169d965bbd032565b1142 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 8 Nov 2024 03:09:29 -0800 Subject: [PATCH] fix: update release config reference Signed-off-by: Emmanuel Ferdman --- .github/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/RELEASE.md b/.github/RELEASE.md index aac335e..dc5fd5b 100644 --- a/.github/RELEASE.md +++ b/.github/RELEASE.md @@ -18,7 +18,7 @@ Before initiating the release process, ensure the following prerequisites are me - Merge the approved Pull Request into the `main`. Currently, only the `main` branch is allowed for releasing. -2. **Manual execution of [Release](workflows/release.yml) Action:** +2. **Manual execution of [Release](workflows/release.yaml) Action:** - The `Release` GitHub Action automates versioning based on conventional commit messages. Pipeline creates tag, release, and pushes new commit in which updates `CHANGELOG.md` and version in `pyproject.toml`. - Click on the `Run workflow` button and select the desired branch or run the following command: