Generate structured release notes from merged pull requests between two refs with Copilot Release Notes
Compare two tags, branches, or SHAs and turn merged pull requests into reviewable markdown and JSON release notes for a release workflow.
What it does
Generate structured release notes from merged pull requests between two refs with Copilot Release Notes
Compare two tags, branches, or SHAs and turn merged pull requests into reviewable markdown and JSON release notes for a release workflow.
Prerequisites
GitHub Actions runner, checked-out git history for the compared refs, GitHub Copilot license, fine-grained PAT with Copilot Requests read permission
Installation
Use the upstream install or setup path that matches your environment:
- npm install
- npm test # run 42 unit tests
- npx ncc build src/index.ts -o dist # rebuild dist/
Requirements and caveats from upstream:
- This action requires a COPILOT_GITHUB_TOKEN — a GitHub fine-grained personal access token with the "Copilot Requests: Read" permission. The token owner must have an active GitHub Copilot license.
- Uses the GitHub API to find PRs associated with commits. Catches more PR types but requires API access and is slower for large ranges.
Basic usage or getting-started notes:
-
A GitHub Actions runner (Ubuntu, macOS, or Windows)
-
An active GitHub Copilot license
-
A fine-grained PAT with the Copilot Requests: Read permission (see Authentication)
-
Extracted from upstream docs: https://raw.githubusercontent.com/github/copilot-release-notes/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,641 chars)