From e63d10c2bfddf3cf31fcfa48b4c9449af3c6fe94 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:42:40 -0500 Subject: [PATCH] Create release.yml --- .github/release.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..32eb258 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,32 @@ +changelog: + exclude: + labels: + - ignore in release notes + + categories: + - title: New Features 🎉 + labels: + - feature + - enhancement + exclude: + labels: + - breaking change + + - title: Fixes 🐞 + labels: + - bug + exclude: + labels: + - breaking change + + - title: Breaking Changes 🛫 + labels: + - breaking change + + - title: Docs 📚 + labels: + - documentation + + - title: Other Changes 🦾 + labels: + - "*"