Skip to content

Releases: github/copilot-release-notes

v1.0.1

02 Apr 14:54
a334b92

Choose a tag to compare

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-notes to github/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

30 Mar 16:45

Choose a tag to compare

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.md and 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.