Skip to content

Gizra/robo-release-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. composer require gizra/robo-release-notes
  2. Import the ReleaseNotesTasks trait into your RoboFile class.
  3. robo to see the new commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages