https://github.com/steven-mercatante/releasify
Easily create GitHub releases
https://github.com/steven-mercatante/releasify
github github-api python python3
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T18:41:17.000Z (almost 4 years ago)
- Last Synced: 2025-11-10T04:11:51.638Z (7 months ago)
- Topics: github, github-api, python, python3
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Releasify
[](https://travis-ci.org/steven-mercatante/releasify)
[](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.