Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DaddPublishedLabelToPullRequests.ts40 const versionChanges = changelogChanges.versions[UNPUBLISHED_VERSION_NAME]; constant
42 if (!versionChanges) {
45 for (const entry of Object.values(versionChanges).flat()) {
H A DcommentOnIssuesTask.ts89 const versionChanges = changelogChanges.versions[UNPUBLISHED_VERSION_NAME]; constant
91 if (!versionChanges) {
94 const allEntries = ([] as ChangelogEntry[]).concat(...Object.values(versionChanges));