{"id":16482719,"url":"https://github.com/steven-mercatante/releasify-web","last_synced_at":"2026-04-10T23:11:43.119Z","repository":{"id":145905212,"uuid":"170410840","full_name":"steven-mercatante/releasify-web","owner":"steven-mercatante","description":"Easily create semantic version releases for GitHub repos","archived":false,"fork":false,"pushed_at":"2019-02-19T02:55:50.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T11:48:14.106Z","etag":null,"topics":["github","github-api","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steven-mercatante.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-13T00:06:09.000Z","updated_at":"2019-02-19T02:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9fb8c21-e467-4ce2-944f-89b51287d318","html_url":"https://github.com/steven-mercatante/releasify-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-mercatante%2Freleasify-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-mercatante%2Freleasify-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-mercatante%2Freleasify-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-mercatante%2Freleasify-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-mercatante","download_url":"https://codeload.github.com/steven-mercatante/releasify-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241214502,"owners_count":19928327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-api","python"],"created_at":"2024-10-11T13:11:44.351Z","updated_at":"2025-10-24T03:26:48.120Z","avatar_url":"https://github.com/steven-mercatante.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Releasify - API Interface\n\n[![Build Status](https://travis-ci.org/steven-mercatante/releasify-web.svg?branch=master)](https://travis-ci.org/steven-mercatante/releasify-web)\n\n## What is this?\nA RESTful API interface to the [releasify](https://github.com/steven-mercatante/releasify) library.\n\nReleasify lets you quickly and easily automate the creation of [semantic version](https://semver.org/) releases for GitHub repos.\n\n## How do I use it?\n`POST` a JSON payload to `\u003cyour-API-URL\u003e/releases`\n\n### Authentication\nReleasify uses pass-through authentication via [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). You just need to provide the username and password of an account that has access to create releases on the repo. You can use a [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) instead of a password.\n\n**Releasify does not store these credentials - it just passes them to the GitHub API.**\n\n### API Parameters\n| Name | Description | Type | Required? |\n| --- | --- | --- | --- |\n| `owner` | The owner of the repo you want to create a release for | `string` | **Yes** |\n| `repo` | The name of the repo you want to create a release for | `string` | **Yes** |\n| `type` | The type of release to create. Must be one of `major`, `minor` or `patch`. | `string` | **Yes**\n| `dry_run` | Perform a dry run to see what the new version will be. Releasify won't actually create the release if this argument is true. | `boolean` | No\n| `force` | Create the release even if there haven't been any merge commits since the last release | `boolean` | No\n| `draft` | Indicates if the release is a draft | `boolean` | No\n| `prerelease` | Indicates if this is a prerelease | `boolean` | No\n\n**Note** The above `boolean` parameters treat the following values as `true`: `\"true\"`, `\"yes\"`, `\"y\"`, `\"1\"`.\n\nHere's an example using the excellent [HTTPie](https://httpie.org/) library:\n```bash\nhttp POST https://releasify.example.com/releases -a username:password owner=steven-mercatante repo=some-repo type=minor dry_run=y\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteven-mercatante%2Freleasify-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteven-mercatante%2Freleasify-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteven-mercatante%2Freleasify-web/lists"}