Home
last modified time | relevance | path

Searched refs:hasNativeChanges (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/publish-packages/
H A Dhelpers.ts201 const hasNativeChanges = logs && fileLogsContainNativeChanges(logs.files); constant
202 return hasNativeChanges ? ReleaseType.MINOR : ReleaseType.PATCH;