From 532f8706db5a3661f7ae065e87910866a1b88282 Mon Sep 17 00:00:00 2001 From: Simon Schneider <10846939+raynigon@users.noreply.github.com> Date: Thu, 10 Jun 2021 08:43:39 +0200 Subject: [PATCH] Update Release Documentation --- .github/workflows/cd-release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index e52ef489..b1092c34 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -63,6 +63,13 @@ jobs: * {{ title }} PR: #{{ number }} {{/pull_requests.feature}} {{/pull_requests.feature.length}} + + {{#pull_requests.bugs.length}} + ## 🐛 Bug Fixes + {{#pull_requests.bugs}} + * {{ title }} PR: #{{ number }} + {{/pull_requests.bugs}} + {{/pull_requests.bugs.length}} {{#pull_requests.documentation.length}} ## 📖 Documentation