From 9c46b033a2e68683bf3201d57bfc22665e0d9471 Mon Sep 17 00:00:00 2001 From: Kyongsik Yun Date: Wed, 9 Oct 2024 21:52:27 -0700 Subject: [PATCH] Create release.yml --- .github/release.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..7a56736 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,27 @@ +changelog: + exclude: # exclude any PRs labels we don't want in the changelog + labels: + - ignore-for-release + - skip-changelog + categories: # group PRs by your most important labels. Add / customize as needed. + - title: "🚀 Features" + labels: + - enhancement + - title: "🐛 Bug Fixes" + labels: + - bug + - title: "📚 Documentation" + labels: + - documentation + - title: 📦 Dependencies + labels: + - dependencies + - title: 💻 Other Changes + labels: + - "*" + exclude: # place the list of all labels you've categorized above to avoid duplication! + labels: + - enhancement + - bug + - documentation + - dependencies