Searched refs:changelogPath (Results 1 – 10 of 10) sorted by relevance
16 .filter((update) => update.report.changelogPath)18 const changelog = Changelogs.loadFrom(report.changelogPath!);
134 const changelogPath = path.resolve(reportPath, '../../../../CHANGELOG.md'); constant138 if (!(await pathExists(changelogPath))) {141 return changelogPath;177 changelogPath: await findChangelogFilePath(reportPath),
70 changelogPath: string | null; property
32 const pkgHasChangelog = await fs.pathExists(pkg.changelogPath);33 return pkgHasChangelog && diff.every((fileDiff) => fileDiff.path !== pkg.changelogPath);66 const relativePath = path.relative(EXPO_DIR, pkg.changelogPath);
61 await Git.readFileAsync(`origin/${sourceBranch}`, pkg.changelogPath)63 const targetChangelog = new Changelog(pkg.changelogPath);
112 const changelog = new Changelog(pkg.changelogPath);
18 changelog: Changelogs.loadFrom(pkg.changelogPath),
181 get changelogPath(): string {302 return fs.pathExists(this.changelogPath);
197 const changelogRelativePath = path.relative(EXPO_DIR, pkg.changelogPath);
135 const changelog = Changelogs.loadFrom(pkg.changelogPath);