From e8721da3b7ced26c5c25fcdf4e89eecbeb1c92f5 Mon Sep 17 00:00:00 2001 From: Douglas Miller Date: Wed, 4 Oct 2023 11:39:38 -0500 Subject: [PATCH] Always include items labeled 'new feature' in changelog --- .changelog_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changelog_config.yaml b/.changelog_config.yaml index 037b56e..bccd60b 100644 --- a/.changelog_config.yaml +++ b/.changelog_config.yaml @@ -1,6 +1,8 @@ --- owner: recurly repo: react-recurly +always_include_labels: + - new feature exclude_labels: - bug? - internal