Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
changelog:
exclude:
labels:
- ignore-for-release
- no-release-notes
- skip-release-notes
authors:
- github-actions[bot]
- dependabot[bot]
categories:
- title: Breaking Changes
labels:
- breaking
- semver-major
- title: Features
labels:
- feat
- feature
- enhancement
- title: Fixes
labels:
- fix
- bug
- bugfix
- title: Security
labels:
- security
- title: Documentation
labels:
- docs
- documentation
- title: Maintenance
labels:
- chore
- ci
- build
- refactor
- dependencies
Comment on lines +34 to +38
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

Loading