Skip to main content

Automatic semantic versioning for python projects

Project description

Automatic semantic versioning for python projects. This is an 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

Install

pip install python-semantic-release

Usage

The general idea is to have some sort of tag in commit messages that indicates certain types of changes. If a commit message lack a tag it is ignored. Running release can be run locally or from a CI service.

Usage: semantic-release [OPTIONS] COMMAND

Options:
  --major  Force major version.
  --minor  Force minor version.
  --patch  Force patch version.
  --noop   No-operations mode, finds the new version number without changing it.
  --post   If used with the changelog command, the changelog will be posted to the release api.
  --help   Show this message and exit.

Commands

  • 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 belong in semantic_release section of the setup.cfg file in your project. Details about configuration options can be found in the configuration 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-3.7.1.tar.gz (16.4 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-3.7.1-py2.py3-none-any.whl (25.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for python-semantic-release-3.7.1.tar.gz
Algorithm Hash digest
SHA256 046163d05da066a03e8361995b1c503297182f015e1b7fe17c202c1270091445
MD5 7331ddf8375e8e47f7114552287ea6c9
BLAKE2b-256 9a6961c7f50541d95f3a895554e9235a601d6fe39b9a8d8bcc8a4fdb2d4c535a

See more details on using hashes here.

File details

Details for the file python_semantic_release-3.7.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_semantic_release-3.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6989832a031588d84438c71b4eb3f68dab1e3c2e6e8741069e43919fac53d0f4
MD5 7016f1348c9a023b146af5adbad46511
BLAKE2b-256 53d738286cd17dc296188e4958d9d767dbd2ca4c70120c7a030c838578bcba42

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