mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
chore: configure git-chglog for new commit style
This commit is contained in:
parent
9461ebd8f3
commit
67ca71404c
@ -18,14 +18,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{- if .MergeCommits -}}
|
|
||||||
### Merge Requests
|
|
||||||
|
|
||||||
{{ range .MergeCommits -}}
|
|
||||||
* {{ .Header }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- if .NoteGroups -}}
|
{{- if .NoteGroups -}}
|
||||||
{{ range .NoteGroups -}}
|
{{ range .NoteGroups -}}
|
||||||
### {{ .Title }}
|
### {{ .Title }}
|
||||||
|
|||||||
@ -12,16 +12,21 @@ options:
|
|||||||
# - perf
|
# - perf
|
||||||
# - refactor
|
# - refactor
|
||||||
commit_groups:
|
commit_groups:
|
||||||
# title_maps:
|
title_maps:
|
||||||
# feat: Features
|
feat: Features
|
||||||
# fix: Bug Fixes
|
fix: Bug Fixes
|
||||||
# perf: Performance Improvements
|
perf: Performance Improvements
|
||||||
# refactor: Code Refactoring
|
refactor: Code Refactoring
|
||||||
|
chore: Housework
|
||||||
|
build: Build System
|
||||||
|
docs: Documentation
|
||||||
|
style: Code Style
|
||||||
|
test: Testing
|
||||||
header:
|
header:
|
||||||
pattern: "^((\\w+)\\s.*)$"
|
pattern: "^(\\w*)\\:\\s(.*)$"
|
||||||
pattern_maps:
|
pattern_maps:
|
||||||
- Subject
|
|
||||||
- Type
|
- Type
|
||||||
|
- Subject
|
||||||
notes:
|
notes:
|
||||||
keywords:
|
keywords:
|
||||||
- BREAKING CHANGE
|
- BREAKING CHANGE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user