gizra / robo-release-notes
There is no license information available for the latest version (0.1.1) of this package.
Release notes Robo command as PHP trait
0.1.1
2023-09-21 08:08 UTC
Requires
- consolidation/robo: ^4.0
This package is not auto-updated.
Last update: 2025-01-10 12:27:53 UTC
README
This PHP trait is designed to generate release notes for your GitHub projects using Git history. It retrieves Git commits since the last tag, extracts relevant details, and optionally fetches additional metadata from GitHub to produce a comprehensive changelog.
Requirements
- Robo 4.x
- PHP 7.x or higher
git
command-line tool installed- A GitHub repository with at least one tag
- GitHub Personal Access Token set in the environment variable
GITHUB_ACCESS_TOKEN
- GitHub Username set in the environment variable
GITHUB_USERNAME
Usage
composer require gizra/robo-release-notes
- Import the
ReleaseNotesTasks
trait into your RoboFile class. robo
to see the new commands