Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading