Skip to content

tpank/python-semantic-release

This branch is 1 commit ahead of, 627 commits behind python-semantic-release/python-semantic-release:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2023
Oct 23, 2023
Dec 7, 2023
Nov 1, 2023
Mar 22, 2020
Jul 29, 2022
Nov 1, 2023
Jul 17, 2023
Mar 19, 2020
Nov 1, 2023
Jul 24, 2020
Oct 24, 2023
Aug 13, 2023
Oct 10, 2023
Nov 1, 2023
Oct 24, 2023
Oct 24, 2023
Nov 1, 2023

Repository files navigation

Python Semantic Release

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%