changeset_generator.ts view source
(repo: LocalRepo, updates: DependencyVersionChange[], options?: { log?: Logger | undefined; }): Promise<string> Creates a changeset file for dependency updates. Returns the path to the created changeset file.
repo
updates
DependencyVersionChange[]options
{ log?: Logger | undefined; }{}returns
Promise<string>