Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DAddChangelog.ts156 logger.log(' ', formatChangelogEntry(Changelogs.getChangeEntryLabel(entry)));
/expo/tools/src/
H A DChangelogs.ts322 const listItemLabel = getChangeEntryLabel(entryObject);
643 export function getChangeEntryLabel(entry: ChangelogEntry): string { function