fix(release): properly terminate case in switch statement (#30114)
This commit is contained in:
parent
44e7b41c4f
commit
1738d79ca5
@ -837,6 +837,7 @@ export async function handleNxReleaseConfigError(
|
|||||||
title: `There was an error when resolving the configured changelog renderer at path: ${error.data.workspaceRelativePath}`,
|
title: `There was an error when resolving the configured changelog renderer at path: ${error.data.workspaceRelativePath}`,
|
||||||
bodyLines: [nxJsonMessage],
|
bodyLines: [nxJsonMessage],
|
||||||
});
|
});
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 'INVALID_CHANGELOG_CREATE_RELEASE_PROVIDER':
|
case 'INVALID_CHANGELOG_CREATE_RELEASE_PROVIDER':
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user