From e5347b727362e6edda43500dc97e86afacf31391 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:49:41 +0700 Subject: [PATCH] Add Documentation category to release note template (#332) --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index bafd5cb2a..4e87f452d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -13,6 +13,9 @@ categories: labels: - 'type: chore' - 'type: ci' + - title: '📖 Documentaion' + labels: + - 'type: documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: |