From 643e6d96422a8022ad928237cac9c98ce76d62be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Fri, 4 Nov 2022 16:03:11 +0100 Subject: [PATCH] Revert "Configure GitHub releases" This reverts commit 1b83dd3d8b53f07dd4e823a76704aca745271f8d. The categorization behavior for GitHub releases doesn't work for our needs, as it only adds entries within the first matching category. For instance, if we merge a PR with both "Solidus Core" & "Solidus API" labels, that would only appear under "Solidus Core" changes. --- .github/release.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index 465341348cd..00000000000 --- a/.github/release.yml +++ /dev/null @@ -1,11 +0,0 @@ -changelog: - categories: - - title: Solidus Core - labels: - - Solidus Core - - title: Solidus Admin - labels: - - Solidus Admin - - title: Solidus API - labels: - - Solidus API