Skip to content

Commit

Permalink
fixup! chore(rewrite-existing): rewrite existing release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis Campos committed Oct 21, 2022
1 parent ae21162 commit 1cb9804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog_generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_commit_trees(commits: Sequence[Commit]) -> List[CommitTree]:
return [
CommitTree(commit_type=title, commits=commit_by_type[commit_type])
for commit_type, title in titles.items()
if commit_type in commit_by_type
]


Expand Down

0 comments on commit 1cb9804

Please sign in to comment.