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.7.tar.gz (36.6 kB view details)

Uploaded Source

Built Distribution

disperse-0.0.7-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for disperse-0.0.7.tar.gz
Algorithm Hash digest
SHA256 26e66473966e91be1edb5c481f1d4870ac0098ea0909c47a3a6b94e1ee70fa0b
MD5 7d2cb0dbed89761d01bcfc191c52a80b
BLAKE2b-256 2b32a5ef31e92f3065eba88f8eba73cd5d22ca5026b3ec9b82dd5ebc51c7cfc3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for disperse-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 320b01c447ceda861f2e99d4bab4438ba0c4f0da9acb9e06f3c481b67b2d49d4
MD5 3020ac32aaf71fb9ed69025b157275c5
BLAKE2b-256 1cf88e8e811f26d511b2476a1d113c779c7fcab187a4e2b3b066fafcb60ddce9

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