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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0d7a00662 [AMORO-3778] Add release yml to auto generate the release 
note (#3779)
0d7a00662 is described below

commit 0d7a006622f4e7f8c51c8ec2de76cb7104607010
Author: Congxian Qiu <[email protected]>
AuthorDate: Thu Sep 25 10:38:00 2025 +0800

    [AMORO-3778] Add release yml to auto generate the release note (#3779)
    
    * [AMORO-3778] Add release yml to auto generate the release note
    
    * fix release yml
---
 .github/release.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..973c0d6a9
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,19 @@
+# .github/release.yml
+
+changelog:
+  categories:
+    - title: Improves
+      labels:
+        - 'type:improvement'
+      exclude:
+        labels:
+          - 'type:docs'
+    - title: Bugs
+      lables:
+        - 'type:bug'      
+      exclude:
+        lables:
+          - 'type:docs'
+    - title: Document Improvement
+      lables:
+        - 'type:docs'

Reply via email to