Releases: github/copilot-release-notes
Releases · github/copilot-release-notes
v1.0.1
Fixed
- Improved PR discovery for repos using GitHub API strategy
Documentation
- Added Background and Requirements sections to README
- Updated all references from
desktop/copilot-release-notestogithub/copilot-release-notes
Security
- Resolved 5 Dependabot alerts for handlebars (1 critical, 3 high, 1 low)
- Resolved 1 moderate brace-expansion vulnerability
v1.0.0
Copilot Release Notes v1.0.0
AI-powered release notes generation from pull requests between two git refs, using GitHub Copilot CLI.
Features
- Zero configuration — works out of the box with sensible defaults
- Team-customizable — drop a style guide at
.github/release-notes-instructions.mdand the action follows your conventions - Structured output — markdown and JSON outputs for releases, changelogs, Slack, or dashboards
- Uncertainty flagging — entries the AI isn't confident about are separated for human review
Usage
- name: Generate release notes
uses: github/copilot-release-notes@v1
with:
base-ref: v1.0.0
head-ref: v1.1.0
env:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}See the README for full documentation.