Automating Releases via SemVer and Commit Message Conventions
The official documentation for Python Semantic Release can be found at python-semantic-release.readthedocs.io.
When using the Python Semantic Release GitHub Action, it executes the command
semantic-release version
using python-semantic-release.
The usage information and examples for this GitHub Action is available under the GitHub Actions section of python-semantic-release.readthedocs.io.