{"id":19603563,"url":"https://github.com/limit-zero/releaser","last_synced_at":"2025-06-21T07:03:20.025Z","repository":{"id":93581328,"uuid":"88199692","full_name":"limit-zero/releaser","owner":"limit-zero","description":"Utility for creating GitHub releases","archived":false,"fork":false,"pushed_at":"2017-04-14T16:12:27.000Z","size":2479,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T07:03:02.997Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://limit-zero.github.io/releaser/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limit-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-13T19:35:17.000Z","updated_at":"2017-04-13T22:39:26.000Z","dependencies_parsed_at":"2023-04-12T05:02:53.537Z","dependency_job_id":null,"html_url":"https://github.com/limit-zero/releaser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/limit-zero/releaser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Freleaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Freleaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Freleaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Freleaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limit-zero","download_url":"https://codeload.github.com/limit-zero/releaser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2Freleaser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261080419,"owners_count":23106593,"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":[],"created_at":"2024-11-11T09:30:15.275Z","updated_at":"2025-06-21T07:03:15.005Z","avatar_url":"https://github.com/limit-zero.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# releaser\n\n[![Build Status](https://travis-ci.org/limit-zero/releaser.svg?branch=master)](https://travis-ci.org/limit-zero/releaser)\n[![Code Quality](https://img.shields.io/scrutinizer/g/limit-zero/releaser.svg?style=flat)](https://scrutinizer-ci.com/g/limit-zero/releaser/)\n[![Code Quality](https://img.shields.io/scrutinizer/coverage/g/limit-zero/releaser/master.svg?style=flat)](https://scrutinizer-ci.com/g/limit-zero/releaser/code-structure/master/code-coverage)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://packagist.org/packages/limit0/releaser)\n\nreleaser is a utility for effortlessly generating release notes for GitHub releases.\n\n## Features\n\n- **Configurable** - Store your releaser configuration on a per-repository basis\n- **Customizable** - Build release notes in a standardized manner that matches your project workflow\n- **Hackable** - Releaser is 100% OSS: Contributions are always welcome!\n- **Efficient** - Uses `git` to retrieve repository history and can support Redis caching for GH API requests\n\n## Installation\n\nInstall with composer:\n```bash\ncomposer require limit0/releaser\n```\n\nOr you can install releaser manually:\n```bash\ncurl -LO https://limit-zero.github.io/releaser/releaser.phar\nmv releaser.phar /usr/local/bin/releaser\nchmod +x /usr/local/bin/releaser\n```\n\n## Quick Start\n\nAfter installing releaser, you'll need to do some initial configuration. To access the GitHub API, you'll need a [Personal Access Token](https://github.com/settings/tokens/new?description=Releaser%20Tokens) with the `repo` permission.\n\nTo configure releaser, execute `releaser[.phar] configure`. You can reconfigure global settings at any time -- these settings are stored in `~/.releaser/settings.json`.\n\nInside a git project, run `releaser[.phar] configure-project` To walk through project coniguration. A `.releaser.yaml` file will be stored in your project with your settings. Be sure to commit this to ensure your projects release notes are consistant -- it could even be your first release!\n\nOnce your project is configured, use `releaser[.phar] releases` to list existing releases. To create a new release, use `releaser[.phar] create`. To preview your release notes instead of creating them, either cancel the `create` process or use `releaser[.phar] preview`.\n\nFor detailed usage instructions, please see the [wiki](https://github.com/limit-zero/releaser/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Freleaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimit-zero%2Freleaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Freleaser/lists"}