Skip to content

Commit 2e233d2

Browse files
authored
fix(releaser): parseCommits is not defined (#128)
1 parent b2d1879 commit 2e233d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/releaser/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { GitCommit } from "changelogen";
22
import { execSync } from "node:child_process";
33
import process from "node:process";
4-
import { generateMarkDown, getGitDiff, loadChangelogConfig } from "changelogen";
4+
import { generateMarkDown, getGitDiff, loadChangelogConfig, parseCommits } from "changelogen";
55
import { escapeRegExp } from "es-toolkit";
66

77
export async function getConventionalChangelog(commits: GitCommit[]) {

0 commit comments

Comments
 (0)