From 3a625d4b82887305db543dcad2a79f8518fe2361 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 24 Mar 2026 05:12:09 +0000 Subject: [PATCH] update --- .github/release.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..d4ec3243 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,33 @@ +changelog: + exclude: + authors: + - pre-commit-ci[bot] + - dependabot[bot] + categories: + - title: Features + labels: + - feature + - title: Bug Fixes + labels: + - bug + - title: Ops + labels: + - ops + - title: Sampler + labels: + - sampler + - title: Documentation + labels: + - documentation + - title: CI + labels: + - ci + - title: Benchmark + labels: + - benchmark + - title: Skipped Changelog + labels: + - skip-changelog + - title: Other Changes + labels: + - "*"