From ed19729738d2eabc59b72b2a9a8145583343f456 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Sat, 1 Jul 2023 15:51:38 +0530 Subject: [PATCH] Feat: Added release.yml for categorized changelog --- .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 000000000..b83074d62 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,33 @@ +changelog: + categories: + - title: New Features in Application 🎉 + labels: + - enhancement + exclude: + labels: + - Website + - documentation + - title: Bug 🪲 Fixes in Application + labels: + - bug + exclude: + labels: + - Website + - documentation + - title: New Features in Website 🎉 + labels: + - enhancement + exclude: + labels: + - App + - documentation + - title: Bug 🪲 Fixes in Website + labels: + - bug + exclude: + labels: + - App + - documentation + - title: Documentation Changes + labels: + - documentation