Skip to content

Commit

Permalink
ci: .chglog configuration to follow angular convential commits schema
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jan 31, 2024
1 parent f834715 commit 2f131fc
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,26 @@ options:
commits:
filters:
Type:
- doc
- build
- ci
- docs
- feat
- fix
- perf
- pipe
- refactor
- up
- update
- upgrade
- style
- test
commit_groups:
title_maps:
doc: Documentation Update
docs: Documentation Update
feat: Features
fix: Bug Fixes
perf: Performance Improvements
pipe: Pipeline changes
refactor: Code Refactoring
up: Component Upgrade
update: Component Upgrade
upgrade: Component Upgrade
build: Build system and external dependency changes
ci: CI configuration changes
docs: Documentation changes
feat: New features
fix: Bug fixes
perf: Performance improvements
refactor: Code refactoring
style: Cosmetic changes
test: Changes to the tests
header:
pattern: "^(\\w*)\\:\\s(.*)$"
pattern_maps:
Expand Down

0 comments on commit 2f131fc

Please sign in to comment.