From 9264a49a7cd1430f0bcb40f2c1c0fd68389a4ccd Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Thu, 5 Jun 2025 13:02:56 -0700 Subject: [PATCH] chore: create `.github/release.yml` --- .github/release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..00e2cfc --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - chore + categories: + - title: Bug Fixes 🐞 + labels: + - bug + - title: Features ✨ + labels: + - enhancement + - title: Docs 📚 + labels: + - documentation + - title: Other Changes + labels: + - '*' + exclude: + labels: + - chore