releasify

Easily create GitHub releases


Keywords
github, github-api, python, python3
Install
pip install releasify==0.7.0

Documentation

Releasify

Build Status codecov

What is this?

A tool that lets you quickly and easily create semantic version releases to GitHub repositories. It automatically builds the release body by combining all merge commit messages since the last release. Works great on its own, or as part of a continuous integration pipeline.

How do I use it?

This is a low level tool. Check out releasify-web for a RESTful API interface to this library.