Skip to content

Commit 7e07c3f

Browse files
committed
fixup! Add bundle-changelog.ts with tests
1 parent 13883e8 commit 7e07c3f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pr-checks/bundle-changelog.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ import * as fs from "node:fs";
99
import { getErrorMessage } from "../src/util";
1010

1111
import { CHANGELOG_FILE, CLI_BUNDLE_RELEASE_URL_PREFIX } from "./config";
12-
import { NO_CHANGES_STR, parseChangelog, renderChangelog, UNRELEASED_PLACEHOLDER } from "./changelog";
12+
import {
13+
parseChangelog,
14+
renderChangelog,
15+
UNRELEASED_PLACEHOLDER,
16+
} from "./changelog";
1317

1418
export const CLI_VERSION_ENV_VAR = "CLI_VERSION";
1519
export const PR_URL_ENV_VAR = "PR_URL";

0 commit comments

Comments
 (0)