Skip to content

Commit

Permalink
chore: fix changelog generator format
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Aug 20, 2024
1 parent 334862c commit 6a11bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 295 deletions.
294 changes: 0 additions & 294 deletions .gitchangelog.rc

This file was deleted.

2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[commit_types]
feat = { changelog_title = "Features" }
fix = { changelog_title = "Bugfix" }
chore = { changelog_title = "Miscellaneous", omit_from_changelog = true }
chore = { changelog_title = "Miscellaneous" }
refactor = { changelog_title = "Refactor" }
test = { changelog_title = "Tests", omit_from_changelog = true }
doc = { changelog_title = "Documentation", omit_from_changelog = true }
Expand Down

0 comments on commit 6a11bf2

Please sign in to comment.