GitHub Action
June 30, 2025 ยท View on GitHub
Python Semantic Release
Automating Releases via SemVer and Commit Message Conventions
The official documentation for Python Semantic Release can be found at
python-semantic-release.readthedocs.io_.
GitHub Action
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_.
.. _python-semantic-release: https://pypi.org/project/python-semantic-release/ .. _python-semantic-release.readthedocs.io: https://python-semantic-release.readthedocs.io/en/stable/ .. _GitHub Actions section: https://python-semantic-release.readthedocs.io/en/stable/configuration/automatic-releases/github-actions.html