1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00

fix: ignore release plans in strategy diffing (#10938)

This commit is contained in:
Mateusz Kwasniewski 2025-11-06 15:42:27 +01:00 committed by GitHub
parent a116405779
commit ee6a346ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,5 +13,6 @@ export const comparisonModerator = (
'no',
'lifecycle',
'collaborators',
'releasePlans',
);
};