From 5adc1acb64421622834e4d04b4395edbce42e152 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Mon, 15 Nov 2021 13:59:13 -0500 Subject: [PATCH] Add enhancements section to the changelog --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 338d0df30d0..03a2304339e 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -15,6 +15,8 @@ categories: label: 'new core module feature' - title: 'Supplement updates in GMT $RESOLVED_VERSION' label: 'supplement update' + - title: 'Enhancements in GMT $RESOLVED_VERSION' + label: 'enhancement' - title: 'Documentation updates in GMT $RESOLVED_VERSION' label: 'documentation' - title: 'Maintenance updates in GMT $RESOLVED_VERSION'