Skip to content

ci(release): automate release notes format for GitHub releases#7

Merged
kantorcodes merged 1 commit intomainfrom
feat/automated-release-notes
Mar 27, 2026
Merged

ci(release): automate release notes format for GitHub releases#7
kantorcodes merged 1 commit intomainfrom
feat/automated-release-notes

Conversation

@kantorcodes
Copy link
Copy Markdown
Member

This adds .github/release.yml so generated release notes are categorized and consistent for Go SDK releases.

Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot bot commented Mar 27, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • .github/release.yml

Reviewed by mimo-v2-pro-20260318 · 57,159 tokens

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a .github/release.yml configuration file to automate changelog generation for GitHub releases. The configuration excludes specific labels and bots while categorizing changes into sections like Breaking Changes, Features, and Maintenance. Feedback suggests including the "test" label within the Maintenance category to align with the project's conventional commit types and alphabetizing the labels for better organization.

Comment on lines +34 to +38
- chore
- ci
- build
- refactor
- dependencies
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Your CONTRIBUTING.md file lists test as a conventional commit type. To ensure test-related changes are categorized correctly in release notes, please add the test label to this 'Maintenance' category. For better readability and maintainability, I've also alphabetized the labels in the suggestion.

        - build
        - ci
        - chore
        - dependencies
        - refactor
        - test

@kantorcodes kantorcodes merged commit 32cc4e2 into main Mar 27, 2026
13 checks passed
@kantorcodes kantorcodes deleted the feat/automated-release-notes branch March 27, 2026 11:37
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.

1 participant