From 6cff5a5b2d6eda4857b1348d7ac0cf6cedff84e1 Mon Sep 17 00:00:00 2001 From: zulissimeta <122578103+zulissimeta@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:10:41 -0700 Subject: [PATCH] Release drafter config fix 2 (#808) * typo in filename for release-draft config for cattsunami * remove duplicate section in release drafts --- .github/release-drafter-applications_cattsunami.yml | 4 +--- .github/release-drafter-core.yml | 4 +--- .github/release-drafter-data_oc.yml | 4 +--- .github/release-drafter-demo_ocpapi.yml | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/release-drafter-applications_cattsunami.yml b/.github/release-drafter-applications_cattsunami.yml index 271205023..5d03075b8 100644 --- a/.github/release-drafter-applications_cattsunami.yml +++ b/.github/release-drafter-applications_cattsunami.yml @@ -6,12 +6,10 @@ tag-template: 'fairchem_applications_cattsunami-$RESOLVED_VERSION' name-template: 'fairchem_applications_cattsunami-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - - title: New Features + - title: New Features / Enhancements labels: [enhancement] - title: Bug Fixes labels: [bug] - - title: 🛠 Enhancements - labels: [enhancement] - title: Documentation labels: [documentation] - title: Tests diff --git a/.github/release-drafter-core.yml b/.github/release-drafter-core.yml index de7fae0a8..603648066 100644 --- a/.github/release-drafter-core.yml +++ b/.github/release-drafter-core.yml @@ -6,12 +6,10 @@ tag-template: 'fairchem_core-$RESOLVED_VERSION' name-template: 'fairchem-core-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - - title: New Features + - title: New Features / Enhancements labels: [enhancement] - title: Bug Fixes labels: [bug] - - title: 🛠 Enhancements - labels: [enhancement] - title: Documentation labels: [documentation] - title: Tests diff --git a/.github/release-drafter-data_oc.yml b/.github/release-drafter-data_oc.yml index d5b32d512..858162905 100644 --- a/.github/release-drafter-data_oc.yml +++ b/.github/release-drafter-data_oc.yml @@ -6,12 +6,10 @@ tag-template: 'fairchem_data_oc-$RESOLVED_VERSION' name-template: 'fairchem_data_oc-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - - title: New Features + - title: New Features / Enhancements labels: [enhancement] - title: Bug Fixes labels: [bug] - - title: 🛠 Enhancements - labels: [enhancement] - title: Documentation labels: [documentation] - title: Tests diff --git a/.github/release-drafter-demo_ocpapi.yml b/.github/release-drafter-demo_ocpapi.yml index 2a4996752..b9c729c5c 100644 --- a/.github/release-drafter-demo_ocpapi.yml +++ b/.github/release-drafter-demo_ocpapi.yml @@ -6,12 +6,10 @@ tag-template: 'fairchem_demo_ocpapi-$RESOLVED_VERSION' name-template: 'fairchem_demo_ocpapi-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - - title: New Features + - title: New Features / Enhancements labels: [enhancement] - title: Bug Fixes labels: [bug] - - title: 🛠 Enhancements - labels: [enhancement] - title: Documentation labels: [documentation] - title: Tests