Skip to main content

Automates the process of releasing a new version of some software.

Project description

Releasing software is a painful process. There are several checks that the developer must make for each new version. The developer is prone to forget one of them or perform the checks out of the optimal order. As Murphy would have it, many buggy releases are created for this reason.

releaser is a little framework the developer can use to write a script to guide him through the new version release process, such that many checks are performed automatically. (Each software project will have a release script that differs a little bit from others.)

Now that I use releaser I can release my Python libraries more quickly and easily, so I find that I release more often. Well worth the initial investment.

Many steps of a common Python release process have already been implemented, and you can easily write your own. If you do write a step, please donate it to the project by making a pull request on GitHub.

Installing releaser

Activate your virtualenv, then:

easy_install -UZ releaser

Getting started

Simply download this script to the root of your project:

curl -O https://raw.github.com/nandoflorestan/releaser/master/release_new_version.py
chmod +x ./release_new_version.py
git add release_new_version.py

Then edit the script as necessary. (You can read it here.)

When you execute the script, the configured steps are executed in order. The screen shows little information, but you have all details in the log file.

Some of the steps are interactive; for instance, you may be asked to verify the contents of a zip or wheel file before it is uploaded to pypi. releaser also makes you type the number of the version being released, which is then validated (for instance, it is compared to the current version), then written to a source code file that belongs to your project.

Rolling back

If any one of the steps fails, releaser asks you whether you would like it to rewind the process. (Yes, you get to decide.) How does this work?

A few of the steps (especially those involving git) have a rollback() method. For other steps (especially those that just check things at the beginning) rewinding wouldn’t make any sense since they don’t leave durable artifacts.

If your steps are correctly configured, rolling back leaves you exactly as you were before releaser ran. But:

Note the GitPush step has special behaviour. When it executes successfully but an error occurs in a later step, releaser decides NOT to roll back GitPush and the steps that preceded it. This is because one cannot delete git history once it has been pushed to a public server and GitPush tends to be one of the last steps anyway, so it is easier to finish the release manually than to deal with git history inconsistencies.

Other steps (such as creating a release on pypi) cannot be automatically rewinded for technical reasons, but releaser warns you that you have to do it manually before asking whether to roll back the release.

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

releaser-1.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

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

releaser-1.2-py2.py3-none-any.whl (14.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file releaser-1.2.tar.gz.

File metadata

  • Download URL: releaser-1.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for releaser-1.2.tar.gz
Algorithm Hash digest
SHA256 31b806666b8d018c4ea8a0217f2f39d734b9818fc59f7491a050b89d7f94a6b6
MD5 8b08cad566cfc851ad11565e3b9577db
BLAKE2b-256 ace3d7ce536eb5f175e15a5ee33f82f1aa731ea3fb573c533183aa5ffe392272

See more details on using hashes here.

File details

Details for the file releaser-1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for releaser-1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1c3c714118d31dc68ba52e0207124305dbd459dfa06b81703524f4d87f538b98
MD5 be8e1c49a37c716ed003351c69b12909
BLAKE2b-256 7b1b52e11671e2b7a954f746fd44f8bf7d450d5a536f917b47e5a2f9c7338c04

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