Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update release config reference #79

Merged
merged 1 commit into from
Nov 9, 2024
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