Skip to content

Add .github/release.yml for autogenerated release notes - #15

Closed
Breee with Copilot wants to merge 2 commits into
mainfrom
copilot/generate-release-notes
Closed

Add .github/release.yml for autogenerated release notes#15
Breee with Copilot wants to merge 2 commits into
mainfrom
copilot/generate-release-notes

Conversation

Copilot AI commented May 25, 2026

Copy link
Copy Markdown
Contributor

Adds GitHub's automatically generated release notes configuration, matching the style used in Breee/kubeswitch.

  • Categorizes PRs by label into Breaking Changes, New Features, Bug Fixes, and Other Changes
  • Works with the existing gh release create --generate-notes in .github/workflows/release.yml

Copilot AI linked an issue May 25, 2026 that may be closed by this pull request
Adds release notes configuration matching breee/kubeswitch style,
categorizing PRs by labels: Breaking Changes, New Features, Bug Fixes,
and Other Changes.
Copilot AI changed the title [WIP] Add autogenerated release notes generation Add .github/release.yml for autogenerated release notes May 25, 2026
Copilot AI requested a review from Breee May 25, 2026 21:51
Copilot finished work on behalf of Breee May 25, 2026 21:51
@Breee

Breee commented May 25, 2026

Copy link
Copy Markdown
Member

@copilot i dont think we actually create a Release yet

Copilot AI commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

@copilot i dont think we actually create a Release yet

The release workflow (.github/workflows/release.yml, lines 166-182) already has a "Create GitHub Release" step that runs gh release create "$VERSION" --generate-notes. The .github/release.yml I added configures how those auto-generated notes are categorized by label when that step runs. Is there something else you'd like changed here?

Copilot finished work on behalf of Breee May 25, 2026 21:53
@Breee Breee closed this May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autogenerated releasenotes

2 participants