Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steven-mercatante/releasify
Easily create GitHub releases
https://github.com/steven-mercatante/releasify
github github-api python python3
Last synced: 3 days ago
JSON representation
Easily create GitHub releases
- Host: GitHub
- URL: https://github.com/steven-mercatante/releasify
- Owner: steven-mercatante
- Created: 2019-02-02T00:04:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T18:41:17.000Z (over 2 years ago)
- Last Synced: 2024-10-11T13:12:08.440Z (about 1 month ago)
- Topics: github, github-api, python, python3
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Releasify
[![Build Status](https://travis-ci.org/steven-mercatante/releasify.svg?branch=master)](https://travis-ci.org/steven-mercatante/releasify)
[![codecov](https://codecov.io/gh/steven-mercatante/releasify/branch/master/graph/badge.svg)](https://codecov.io/gh/steven-mercatante/releasify)## What is this?
A tool that lets you quickly and easily create [semantic version](https://semver.org/) 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](https://github.com/steven-mercatante/releasify-web) for a RESTful API interface to this library.