From 20229f208923e7fcce6baa3c7df7ea801db69314 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Fri, 27 Sep 2024 09:56:02 +0200 Subject: [PATCH] chore: update release.yml for required labels --- .github/release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index c402202..23d56cf 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