We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1879 commit 2e233d2Copy full SHA for 2e233d2
src/core/releaser/changelog.ts
@@ -1,7 +1,7 @@
1
import type { GitCommit } from "changelogen";
2
import { execSync } from "node:child_process";
3
import process from "node:process";
4
-import { generateMarkDown, getGitDiff, loadChangelogConfig } from "changelogen";
+import { generateMarkDown, getGitDiff, loadChangelogConfig, parseCommits } from "changelogen";
5
import { escapeRegExp } from "es-toolkit";
6
7
export async function getConventionalChangelog(commits: GitCommit[]) {
0 commit comments