From 10ccdfb5f8f1095fda81f8fc7d1cfe9bd2ceadf7 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Fri, 27 Sep 2024 11:14:12 +0200 Subject: [PATCH] chore: update release.yml for required labels (#154) --- .github/release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index c4022026..23d56cfb 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -14,12 +14,22 @@ changelog: categories: + - title: Breaking changes 💥 + labels: + - breaking-change - title: New features 🎉 labels: - enhancement + - new feature - title: Bug fixes 🐞 labels: - bug + - title: Documentation 📝 + labels: + - documentation + - title: Dependencies 👷 + labels: + - dependencies - title: Other changes labels: - - "*" + - "*" \ No newline at end of file