Skip to main content

Automatic semantic versioning for python projects

Project description

Automatic semantic versioning for python projects. This is a python implementation of the semantic-release for js by Stephan Bönnemann. If you find this topic interesting you should check out his talk from JSConf Budapest.

Build status PyPI version

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 PyPI and upload changelogs to Github. You can run the tool with a CI service or just run it locally.

Setup in your project

Install it

pip install python-semantic-release

Configure it

There are a three different ways to configure semantic-release.

  • [semantic_release] section in setup.cfg

  • [tool.semantic_release] section in pyproject.toml

  • Passing -D to the command like semantic-release <command> -D <option_name>=<option_value>

The important thing to configure for all projects is where the version variable is stored. This is used to get the current version and updating it. The config variable for that is version_variable. If your project main package is super_package and the version with name __version__ variable is in __init__.py then you can set it too version_variable = super_package/__init__.py:__version__.

For the basic setup this should be all you need to, for further reading on supported config variables check the Configuration page in the documentation

Run it

There is three different things you can do with this tool. Run the commands below with semantic-release <command>.

  • version - Create a new release. Will change the version, commit it and tag it.

  • publish - Runs version before pushing to git and uploading to pypi.

  • changelog - Generates the changelog for the next release.

Running commands from setup.py

Add the following to your setup.py and you will be able to run python setup.py <command> as you would semantic-release <command>.

try:
    from semantic_release import setup_hook
    setup_hook(sys.argv)
except ImportError:
    pass

Configuration

Configuration belongs in semantic_release section of the setup.cfg file in your project. Details about configuration options can be found in the configuration documentation.

Running it on CI

Getting a fully automated setup with automatic releases from CI can be helpful for some projects. It was the main motivation to create this tool. There is a dedicated documentation page for setting up with different CI tools: Automatic release with CI documentation

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-semantic-release-5.0.1.tar.gz (20.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_semantic_release-5.0.1-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

Details for the file python-semantic-release-5.0.1.tar.gz.

File metadata

  • Download URL: python-semantic-release-5.0.1.tar.gz
  • Upload date:
  • Size: 20.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for python-semantic-release-5.0.1.tar.gz
Algorithm Hash digest
SHA256 469c7953639c29f10c846f950798720b49e424d7db7518c76472100820528340
MD5 d42f71788d80329abae710c1c098fdf7
BLAKE2b-256 c2806bc572fc5925a57d6b4ddc82c3f3f214c2f111d4cc4f8b519d70428abcba

See more details on using hashes here.

File details

Details for the file python_semantic_release-5.0.1-py3-none-any.whl.

File metadata

  • Download URL: python_semantic_release-5.0.1-py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for python_semantic_release-5.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4220baa80ec9cfd223c349cea361bfd74a106adf82d25d9ddd7389276d9cb6c8
MD5 adffe00cc045adb83e76840137e6748b
BLAKE2b-256 6a0b0a3db1060190f7c94e509eac8c1069d0c6976dd2b48b66d3ff0c2cb9235a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page