From 29c520c59a397c0d2719551d1eb22b8a4bb9e1ea Mon Sep 17 00:00:00 2001
From: David Li
Date: Mon, 10 Feb 2025 15:22:47 +0900
Subject: [PATCH] configure changelog
---
.github/release.yml | 34 +++++++++++++++++++++++++++++++
dev/release/rat_exclude_files.txt | 1 +
2 files changed, 35 insertions(+)
create mode 100644 .github/release.yml
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..f4a1bc9da
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,34 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+changelog:
+ categories:
+ - title: Breaking Changes
+ labels:
+ - breaking-change
+
+ - title: New Features and Enhancements
+ labels:
+ - enhancement
+
+ - title: Bug Fixes
+ labels:
+ - bug-fix
+
+ - title: Other Changes
+ labels:
+ - "*"
diff --git a/dev/release/rat_exclude_files.txt b/dev/release/rat_exclude_files.txt
index 8324d32cf..0999f1a27 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -16,5 +16,6 @@
# under the License.
.gitmodules
+.github/pull_request_template.md
dataset/src/test/resources/data/student.csv
docs/Makefile