Skip to content

Commit

Permalink
ci(chglog): Update configuration for commit types
Browse files Browse the repository at this point in the history
- Add 'build' to the list of commit types
- Rearrange order of commit types for clarity
- Uncomment 'test' in the title_maps for better classification
- Ensure proper grouping of commit types in configuration file
  • Loading branch information
guanguans committed Nov 14, 2024
1 parent dc19bd6 commit aedbef8
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ options:
commits:
filters:
Type:
- build
# - chore
- ci
- docs
- feat
- fix
- perf
- refactor
- docs
- test
- ci
- revert
- style
- test
commit_groups:
title_maps:
chore: Chores
ci: CI
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
test: Tests
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
Expand Down

0 comments on commit aedbef8

Please sign in to comment.