Skip to content

Commit aaffea5

Browse files
committed
ci(config): Update changelog configuration options
- Add additional links to resources for commit message templates - Modify title mapping to include 'ci' for CI-related commits - Ensure clarity and specificity in changelog configuration for better readability
1 parent f2937b9 commit aaffea5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.chglog/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ style: github
22
# https://github.com/garden-io/garden
33
# https://github.com/git-chglog/git-chglog
44
# https://github.com/quay/clair
5+
# https://github.com/muzilib/commit-template-idea-plugin/blob/main/src/main/resources/i18n/data_en_US.properties#L22
6+
# https://github.com/fobgochod/git-commit-message-format/blob/main/src/main/resources/messages/GitBundle.properties#L37
57
template: CHANGELOG.tpl.md
68
info:
79
title: CHANGELOG
@@ -23,12 +25,16 @@ options:
2325
- test
2426
commit_groups:
2527
title_maps:
28+
build: Builds
2629
chore: Chores
27-
ci: CI
30+
ci: Continuous Integrations
31+
docs: Documents
2832
feat: Features
2933
fix: Bug Fixes
3034
perf: Performance Improvements
31-
refactor: Code Refactoring
35+
refactor: Code Refactorings
36+
revert: Reverts
37+
style: Styles
3238
test: Tests
3339
header:
3440
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"

0 commit comments

Comments
 (0)