Source: python-semantic-release Maintainer: Debian Python Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: furo , git , python3-click , python3-click-log , python3-click-option-group , python3-dotty-dict , python3-filelock , python3-flatdict , python3-freezegun , python3-git , python3-gitlab , python3-importlib-resources , python3-invoke , python3-pydantic (>= 2.0), python3-pytest , python3-pytest-env , python3-pytest-lazy-fixtures , python3-pytest-mock , python3-pytest-order , python3-pytest-xdist , python3-requests , python3-requests-mock , python3-responses , python3-semver , python3-shellingham , python3-sphinx , python3-sphinxcontrib.apidoc , python3-tomlkit , python3-yaml , twine , Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/relekang/python-semantic-release Vcs-Browser: https://salsa.debian.org/python-team/packages/python-semantic-release Vcs-Git: https://salsa.debian.org/python-team/packages/python-semantic-release.git Testsuite: autopkgtest-pkg-pybuild Package: python3-semantic-release Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Automatic Semantic Versioning for Python projects Python implementation of 'semantic-release' for JS by Stephan Bönnemann. . The idea is to be able to detect what the next version of the project should be based on the commits. This tool will use that to automate the release, upload to an artifact repository and post changelogs to GitHub.