Skip to content

bryant-finney/python-semantic-release

This branch is 628 commits behind python-semantic-release/python-semantic-release:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2023
Oct 20, 2023
Oct 13, 2023
Oct 20, 2023
Mar 22, 2020
Jul 29, 2022
Oct 10, 2023
Jul 17, 2023
Mar 19, 2020
Oct 13, 2023
Jul 24, 2020
Sep 17, 2023
Aug 13, 2023
Oct 10, 2023
Aug 13, 2023
Jul 16, 2023
Sep 17, 2023
Oct 13, 2023

Repository files navigation

Python Semantic Release

black Ruff test-status pypi conda-forge docs pre-commit

Automatic Semantic Versioning for Python projects. This is a Python implementation of semantic-release for JS by Stephan Bönnemann. If you find this topic interesting you should check out his talk from JSConf Budapest.

The general 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 whole release, upload to an artifact repository and post changelogs to GitHub. You can run the tool on a CI service, or just run it locally.

Installation

python3 -m pip install python-semantic-release
semantic-release --help

Python Semantic Release is also available from conda-forge or as a GitHub Action. Read more about the setup and configuration in our getting started guide.

About

Automatic semantic versioning for python projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%