Skip to content

Conversation

@martincostello
Copy link
Owner

Add a configuration file for generating GitHub release notes.

See Configuring automatically generated release notes.

Copilot AI review requested due to automatic review settings July 22, 2025 13:00
@martincostello martincostello added the enhancement New feature or request label Jul 22, 2025
@martincostello martincostello enabled auto-merge (rebase) July 22, 2025 13:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub release notes configuration file and simplifies the release workflow by leveraging GitHub's built-in release notes generation instead of custom filtering logic. It also improves security across multiple workflows by disabling credential persistence.

  • Replaces custom release notes generation with GitHub's automatic generation using a configuration file
  • Adds security improvements by setting persist-credentials: false across workflows
  • Creates .github/release.yml to exclude bot authors from release notes

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/release.yml New configuration file that excludes bot authors from automatically generated release notes
.github/workflows/release.yml Simplified to use GitHub's automatic release notes generation instead of custom filtering
.github/workflows/ossf-scorecard.yml Added security improvement by disabling credential persistence
.github/workflows/lint.yml Added security improvement by disabling credential persistence
.github/workflows/dependency-review.yml Added security improvement by disabling credential persistence
.github/workflows/codeql.yml Added security improvement by disabling credential persistence

@martincostello martincostello disabled auto-merge July 22, 2025 13:09
@martincostello martincostello merged commit d04c209 into main Jul 22, 2025
5 checks passed
@martincostello martincostello deleted the configure-release-notes branch July 22, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants