From cb35d1b33da7766bbfa157e0b2ddeca2dc2df941 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Mon, 24 Jun 2024 06:52:50 -0700 Subject: [PATCH] chore: update release drafter config --- .github/release-drafter.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index aee3448e..23c8d356 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,27 +19,27 @@ autolabeler: title: - "/tests:/i" categories: - - title: ":boom: Breaking Change :boom:" + - title: "💥 Breaking Change 💥" labels: - "breaking-change" - - title: ":zap: Enhancements :zap:" + - title: "⚡ Enhancements ⚡" labels: - "enhancement" - - title: ":sparkles: New Features :sparkles:" + - title: "✨ New Features ✨" labels: - "feature" - - title: ":bug: Bug Fixes :bug:" + - title: "🐛 Bug Fixes 🐛" labels: - "fix" - "bugfix" - "bug" - - title: ":wrench: Maintenance :wrench:" + - title: "🔧 Maintenance 🔧" labels: - "chore" - - title: ":mortar_board: Code Quality :mortar_board:" + - title: "🎓 Code Quality 🎓" labels: - "code-quality" - - title: ":books: Documentation :books:" + - title: "📚 Documentation 📚" labels: - "documentation" template: |