From ce29050794a4d7d1b04b099b3db9ae3b40e69514 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Thu, 3 Sep 2026 14:55:32 -0700 Subject: [PATCH 1/2] Add storefront and i18n to changelog labeler --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0b59473b94a..e2ba643e654 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -28,6 +28,16 @@ - changed-files: - any-glob-to-any-file: - "legacy_promotions/**/*" +"changelog:solidus_storefront": +- any: + - changed-files: + - any-glob-to-any-file: + - "storefront/**/*" +"changelog:solidus_i18n": +- any: + - changed-files: + - any-glob-to-any-file: + - "i18n/**/*" "changelog:solidus_sample": - any: - changed-files: @@ -53,6 +63,8 @@ - "!promotions/**/*" - "!legacy_promotions/**/*" - "!sample/**/*" + - "!storefront/**/*" + - "!i18n/**/*" - "!lib/**/*" - "!README.md" - "!solidus.gemspec" From fb913b06ddc7060718ef52824fb3cfe3a3ec6b6b Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Thu, 3 Sep 2026 14:55:33 -0700 Subject: [PATCH 2/2] Add missing changelog categories to release notes --- .github/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index cd4f4ffc8f7..4b9d846c212 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -27,6 +27,15 @@ changelog: - title: Solidus Promotions labels: - "changelog:solidus_promotions" + - title: Solidus Legacy Promotions + labels: + - "changelog:solidus_legacy_promotions" + - title: Solidus Storefront + labels: + - "changelog:solidus_storefront" + - title: Solidus I18n + labels: + - "changelog:solidus_i18n" - title: Breaking Changes labels: - "changelog:breaking-change"