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 3c5dd5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ section_regexps = [
r'^[fF]eat\w*\(\w*\):\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
]),
('Chore', [
r'^[cC]ore\(\w*\):\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
r'^[cC]hore\(\w*\):\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
]),
('Fix', [
r'^[fF]ix\(\w*\):\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
Expand Down Expand Up @@ -162,7 +162,7 @@ tag_filter_regexp = r'^[0-9]+\.[0-9]+(\.[0-9]+)?$'
##
## This label will be used as the changelog Title of the last set of changes
## between last valid tag and HEAD if any.
unreleased_version_label = "3.0.1.deploy"
unreleased_version_label = "Unreleased"


## ``output_engine`` is a callable
Expand Down
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 3c5dd5f

Please sign in to comment.