fix(release): properly terminate case in switch statement (#30114)

This commit is contained in:
Tristan Zander 2025-02-26 04:28:51 -05:00 committed by GitHub
parent 44e7b41c4f
commit 1738d79ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -837,6 +837,7 @@ export async function handleNxReleaseConfigError(
title: `There was an error when resolving the configured changelog renderer at path: ${error.data.workspaceRelativePath}`,
bodyLines: [nxJsonMessage],
});
break;
}
case 'INVALID_CHANGELOG_CREATE_RELEASE_PROVIDER':
{