PHPackages                             gizra/robo-release-notes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gizra/robo-release-notes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gizra/robo-release-notes
========================

A Robo task for generating release notes from GitHub PRs and issues

0.1.3(10mo ago)031[1 issues](https://github.com/Gizra/robo-release-notes/issues)[1 PRs](https://github.com/Gizra/robo-release-notes/pulls)MITPHPPHP &gt;=8.3

Since Sep 21Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Gizra/robo-release-notes)[ Packagist](https://packagist.org/packages/gizra/robo-release-notes)[ RSS](/packages/gizra-robo-release-notes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

Robo Release Notes
==================

[](#robo-release-notes)

[![Build Status](https://camo.githubusercontent.com/c5398ea4c8c078369f696cdb4c083e8ce9a97a2a9fee232affabd430a1b50810/68747470733a2f2f7472617669732d63692e6f72672f47697a72612f726f626f2d72656c656173652d6e6f7465732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Gizra/robo-release-notes)[![Latest Stable Version](https://camo.githubusercontent.com/c01f02159ea09d01c74fbdf8a17fa2272856c4cf811ed9207d9a151476cc74b8/68747470733a2f2f706f7365722e707567782e6f72672f67697a72612f726f626f2d72656c656173652d6e6f7465732f762f737461626c65)](https://packagist.org/packages/gizra/robo-release-notes)[![Total Downloads](https://camo.githubusercontent.com/875931f15e752ede0edf458b402541402b6922ac47076ec9ad0b84fc593b15d6/68747470733a2f2f706f7365722e707567782e6f72672f67697a72612f726f626f2d72656c656173652d6e6f7465732f646f776e6c6f616473)](https://packagist.org/packages/gizra/robo-release-notes)[![License](https://camo.githubusercontent.com/651a97d5c6847372a24fe9b06ee87579c6330d55ff57812a980b883ab54654d0/68747470733a2f2f706f7365722e707567782e6f72672f67697a72612f726f626f2d72656c656173652d6e6f7465732f6c6963656e7365)](https://packagist.org/packages/gizra/robo-release-notes)

A Robo task for generating comprehensive release notes from GitHub PRs and issues.

Features
--------

[](#features)

- **Automatic PR Detection**: Extracts pull request numbers from git commit messages using multiple merge strategies
- **GitHub API Integration**: Fetches detailed information about PRs and their associated issues
- **Smart Grouping**: Groups pull requests by their related issues for better organization
- **Contributor Tracking**: Automatically tracks contributors from both PR authors and issue reporters
- **Code Statistics**: Provides statistics on lines changed and files modified
- **Flexible Tag Comparison**: Compare from any tag or automatically use the latest tag
- **Rate Limiting**: Respects GitHub API rate limits with intelligent batching

Installation
------------

[](#installation)

Install via Composer:

```
composer require gizra/robo-release-notes
```

Usage
-----

[](#usage)

### Basic Setup

[](#basic-setup)

1. **Include the trait in your RoboFile.php**:

```
