Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DAddChangelog.ts9 import { formatChangelogEntry } from '../Formatter';
156 logger.log(' ', formatChangelogEntry(Changelogs.getChangeEntryLabel(entry)));
H A DMergeChangelogs.ts17 import { stripNonAsciiChars, formatChangelogEntry } from '../Formatter';
215 logger.log(' ', formatChangelogEntry(entry.message));
/expo/tools/src/
H A DFormatter.ts56 export function formatChangelogEntry(entry: string): string { function
/expo/tools/src/publish-packages/
H A Dhelpers.ts132 logger.log(' ', Formatter.formatChangelogEntry(change.message));