Skip to content

Commit f7027f1

Browse files
committed
fix: default header format
1 parent f0735bd commit f7027f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function whatBroke(
8888

8989
const release: Release = {
9090
version,
91-
header: version,
91+
header: `# ${version}`,
9292
date: new Date(npmInfo.time[version]),
9393
}
9494
releases.push(release)

0 commit comments

Comments
 (0)