Skip to content

INSTALLATION

github-actions[bot] edited this page Mar 4, 2026 · 1 revision

Installation and Requirements

Python >= 3.11 is required.

uv add python-package-folder

# or

pip install python-package-folder

Note: For publishing functionality, you'll also need twine:

pip install twine
# or
uv add twine

For secure credential storage: keyring is optional but recommended (install with pip install keyring)

For automatic version resolution: The tool uses a Python-native implementation that requires no additional dependencies. It follows Angular Commit Message Conventions as used by semantic-release.

Clone this wiki locally