Skip to main content

automation for creation of releases

Project description

disperse

disperse is a simple script that I use to create releases for some of the free software packages I maintain. It's meant to streamline the releasing process, reducing the human effort involved in creating a release as well as the likelihood of a brown-bag release.

It can do one or more of the following:

  • check if CI is currently passing (for supported platforms, like GitHub)
  • derive the intended new version by checking existing releases and version strings specified in project files
  • update NEWS files with the release date
  • make sure various files contain the correct version string
  • verify that the testsuite runs successfully
  • optionally only create a release if there were no changes to the repository in the last X days (useful for running in a cronjob)
  • upload to a repository site:
    • sources and universal wheels to pypi, if the project is a Python project
    • crates.io, if the project is a rust project
  • create a git tag for the new release
  • create "release" entries (on supported platforms, like GitHub)

After the release has completed, it can also update e.g. NEWS for the next release.

Disperse was previously known as "releaser".

Configuration

To a large extent, disperse will automatically figure out what needs to happen. It can discover the projects you maintain on pypi by reading ~/.pypirc for your username and enumerating them.

It can parse and modify setup.py and Cargo.toml files.

It uses a configuration file (disperse.conf) for anything that can not be autodetected, and which lives in the repository root.

For example:


   tag_format: "dulwich-%(release)s"
   news_path: "NEWS"

Basic usage

disperse has various subcommands. The core ones are:

  • release - create a new release for project in $CWD or at a specific URL
  • discover - find projects that the current user owns (e.g. on pypi) and release them if they have unreleased changes and are significant enough
  • validate - validate the disperse configuration

Running from docker

The easiest way to run disperse is to use the docker image at ghcr.io/jelmer/disperse. You'll need to make sure that appropriate SSH and PGP keys are available.

The author regularly runs disperse inside of a Kubernetes cronjob.

Future

In the future, I would like it to:

  • support more languages than just python and rust

Project details


Download files

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

Source Distribution

disperse-0.0.6.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

disperse-0.0.6-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file disperse-0.0.6.tar.gz.

File metadata

  • Download URL: disperse-0.0.6.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for disperse-0.0.6.tar.gz
Algorithm Hash digest
SHA256 7d43cecb1bc24f669722808ab0b444b6b59ecd091bc4aadaa4feb915092f9b7e
MD5 c341eabd57f044f768b3eef71b59b142
BLAKE2b-256 ce36aad09bcd9e1eddfd84372d925e335b09c37ba2a2e9485de84ed5bbaff77f

See more details on using hashes here.

File details

Details for the file disperse-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: disperse-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for disperse-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 adcd13fa34cd39737afb952cded9dd5c9c2dc2b69c11dcd860e6b82408b4f477
MD5 894a077fe1870e8659921fbb61d92d12
BLAKE2b-256 19f1711332ddb69299a0f110b78d0c815858681636481a144a03b288c9ab2368

See more details on using hashes here.

Supported by

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