Skip to content

Commit

Permalink
refactor: Update changelog headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Apr 28, 2022
1 parent 77022c9 commit b8f380a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function generate(input: ChangelogInputI): Promise<string> {

if (typeGroup == null) return changelog;

changelog.push(`### ${type}`, "");
changelog.push(`## ${type}`);

const categories = Object.keys(typeGroup).sort();

Expand Down

0 comments on commit b8f380a

Please # to comment.