Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit ad8007f

Browse files
committed
fix: changelog header
1 parent 0ac741f commit ad8007f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const plugins: Plugin[] = [
1818
'@semantic-release/changelog',
1919
{
2020
changelogTitle: `
21-
# Changelog
21+
# Changelog
2222
23-
All notable changes to this project will be documented in this file.
24-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23+
All notable changes to this project will be documented in this file.
24+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2525
`.trim(),
2626
},
2727
],

0 commit comments

Comments
 (0)