File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as path from "path";
1010import { spawnSync } from "child_process" ;
1111import { Octokit } from "@octokit/rest" ;
1212import { printUnifiedDiff } from "print-diff" ;
13- import { generateChangelogFrom } from "../lib /changelog.ts" ;
13+ import { generateChangelogFrom } from "../src /changelog.ts" ;
1414import { packages } from "./createTypesPackages.js" ;
1515import { fileURLToPath } from "node:url" ;
1616import fetch from "node-fetch" ;
Original file line number Diff line number Diff line change 22
33// npm run ts-changelog @types/web 0.0.1 0.0.3
44
5- import { gitShowFile , generateChangelogFrom } from "../lib /changelog.ts" ;
5+ import { gitShowFile , generateChangelogFrom } from "../src /changelog.ts" ;
66import { packages } from "./createTypesPackages.js" ;
77import { basename } from "path" ;
88
You can’t perform that action at this time.
0 commit comments