mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-14 03:09:18 +00:00
Generate release notes from PR labels (#265)
This change enables automatic release notes from labels. It also enforces a changelog label for all PRs. Categorizing changes will make it easier for users to understand what changed in each release. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Chores * Implemented automated changelog categorization and pull request label enforcement to organize release notes into semantic sections (Added, Changed, Fixed, Deprecated, Removed, Security, Dependencies) for improved clarity in future releases. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/netbirdio/kubernetes-operator/pull/265?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
changelog:
|
||||
exclude-labels:
|
||||
- changelog/ignore
|
||||
categories:
|
||||
- title: Added
|
||||
labels:
|
||||
- changelog/added
|
||||
- title: Changed
|
||||
labels:
|
||||
- changelog/changed
|
||||
- title: Fixed
|
||||
labels:
|
||||
- changelog/fixed
|
||||
- title: Deprecated
|
||||
labels:
|
||||
- changelog/deprecated
|
||||
- title: Removed
|
||||
labels:
|
||||
- changelog/removed
|
||||
- title: Security
|
||||
labels:
|
||||
- changelog/security
|
||||
- title: Dependencies
|
||||
labels:
|
||||
- changelog/dependencies
|
||||
Reference in New Issue
Block a user