From 975e56ece956860ae3c3b18181852ff2796d107d Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Wed, 31 May 2023 21:15:37 +0300 Subject: [PATCH] docs: Improve release.yaml to include additional PR labels --- .github/release.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/release.yaml b/.github/release.yaml index 47c2e8def..62e642bef 100644 --- a/.github/release.yaml +++ b/.github/release.yaml @@ -3,10 +3,15 @@ changelog: categories: - title: New features labels: - - breaking + - feature - title: Improvements labels: - - feature + - enhancement - title: Bug Fixes labels: - fix + - title: Miscellaneous + labels: + - dependencies + - ci + - documentation