From 330438f6460383979d301e0101298d9a9a48fe87 Mon Sep 17 00:00:00 2001 From: Austin Abro <37223396+AustinAbro321@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:16:44 -0500 Subject: [PATCH] chore: separate code changes from dependency updates in release notes (#3445) Signed-off-by: Austin Abro --- .github/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..b2aee43723 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,11 @@ +changelog: + categories: + - title: 🚀 Updates + labels: + - '*' + exclude: + labels: + - dependencies + - title: 📦 Dependencies + labels: + - dependencies