This is an automated email from the ASF dual-hosted git repository.

reiabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a54504fa Define changelog categories and exclusions
8a54504fa is described below

commit 8a54504fad218cfd126b3a74699b9ed8a2bdb4c0
Author: reiabreu <[email protected]>
AuthorDate: Sun Apr 19 17:32:01 2026 +0100

    Define changelog categories and exclusions
    
    Added categories for changelog with various labels and exclusions.
---
 .github/.github/release-yml.yml | 50 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/.github/.github/release-yml.yml b/.github/.github/release-yml.yml
new file mode 100644
index 000000000..6d05cf647
--- /dev/null
+++ b/.github/.github/release-yml.yml
@@ -0,0 +1,50 @@
+changelog:
+  categories:
+    - title: "๐Ÿ›ก๏ธ Security Fixes"
+      labels:
+        - "security"
+        - "vulnerability"
+        - "cve"
+    - title: "โš ๏ธ Breaking Changes"
+      labels:
+        - "breaking-change"
+        - "major"
+    - title: "๐Ÿš€ New Features"
+      labels:
+        - "feature"
+        - "enhancement"
+        - "new-stuff"
+    - title: "๐Ÿ› Bug Fixes"
+      labels:
+        - "bug"
+        - "fix"
+        - "patch"
+    - title: "๐Ÿ“ฆ Dependency Upgrades"
+      labels:
+        - "dependencies"
+        - "dependencies-label"
+    - title: "๐Ÿ“– Documentation"
+      labels:
+        - "documentation"
+        - "docs"
+    - title: "๐Ÿงช Testing & QA"
+      labels:
+        - "tests"
+        - "qa"
+    - title: "๐Ÿ  Maintenance & Refactoring"
+      labels:
+        - "chore"
+        - "refactor"
+        - "performance"
+    - title: "๐Ÿค– CI/CD & Build"
+      labels:
+        - "ci"
+        - "github-actions"
+        - "build"
+  exclude:
+    labels:
+      - "skip-changelog"
+      - "wip"
+      - "duplicate"
+    authors:
+      - "github-actions[bot]"

Reply via email to