Compare commits

..

10 Commits

Author SHA1 Message Date
c2829e51d2 feat(test1): test1 hinzugefügt
Some checks failed
Build Changelog and Release / release (push) Failing after 6s
2025-05-29 11:10:47 +02:00
697bed098c .chglog/CHANGELOG.tpl.md aktualisiert
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 11:08:06 +02:00
3bdc1064e4 .chglog/CHANGELOG.tpl.md aktualisiert
Some checks failed
Build Changelog and Release / release (push) Failing after 7s
2025-05-29 11:05:09 +02:00
674980cd67 .chglog/config.yml aktualisiert 2025-05-29 11:04:31 +02:00
ab724c7a4f UTF icons entfernt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:52:05 +02:00
baf1dc59e3 utf packet entfernt 2025-05-29 10:51:34 +02:00
0125f02699 utf packet hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 3m0s
2025-05-29 10:45:38 +02:00
a1328dc32e locale gen hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:39:14 +02:00
733f16c90c lang geändert
All checks were successful
Build Changelog and Release / release (push) Successful in 10s
2025-05-29 10:34:50 +02:00
034b3208c6 icon
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:27:26 +02:00
3 changed files with 52 additions and 41 deletions

View File

@ -1,40 +1,42 @@
{{ range .Versions }} {{- range .Versions }}
<a name="{{ .Tag.Name }}"></a> <a name="{{ .Tag.Name }}"></a>
## Demo {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) ## BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
### test {{- if .CommitGroups }}
### Changes
{{ range .CommitGroups -}} {{ range .CommitGroups }}
### {{ .Title }} #### {{ .Title }}
{{ range .Commits }}
{{ range .Commits -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} [`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }} {{ end }}
{{ end -}}
{{- if .RevertCommits -}}
### Reverts
{{ range .RevertCommits -}}
* {{ .Revert.Header }}
{{ end }} {{ end }}
{{ end -}}
{{- if .MergeCommits -}} {{- if .MergeCommits }}
### Pull Requests ### Pull Requests
{{ range .MergeCommits }}
{{ range .MergeCommits -}} - {{ .Header }}
* {{ .Header }} [`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }} {{ end }}
{{ end -}}
{{- if .NoteGroups -}} {{- if .RevertCommits }}
{{ range .NoteGroups -}} ### Reverts
### {{ .Title }} {{ range .RevertCommits }}
- {{ .Revert.Header }}
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }}
{{- if .NoteGroups }}
### Notes
{{ range .NoteGroups }}
#### {{ .Title }}
{{ range .Notes }} {{ range .Notes }}
{{ .Body }} - {{ .Body }}
{{ end }}
{{ end }}
{{ end }}
{{ end }} {{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

View File

@ -1,28 +1,37 @@
style: github style: github
template: CHANGELOG.tpl.md template: CHANGELOG.tpl.md
info: info:
title: CHANGELOG title: CHANGELOG
repository_url: https://dev.ksite.de/ralf.kirchner/demo repository_url: https://dev.ksite.de/ralf.kirchner/demo
options: options:
commits: commits:
# filters: sort_by: "date" # Optional, default is OK too
# Type: exclude_merge_commits: false
# - feat
# - fix
# - perf
# - refactor
commit_groups: commit_groups:
# title_maps: group_by: "Type"
# feat: Features title_maps:
# fix: Bug Fixes feat: Features
# perf: Performance Improvements fix: Bug Fixes
# refactor: Code Refactoring perf: Performance Improvements
refactor: Code Refactoring
docs: Documentation
chore: Maintenance
test: Tests
build: Build System
ci: Continuous Integration
style: Code Style
header: header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps: pattern_maps:
- Type - Type
- Scope - Scope
- Subject - Subject
notes: notes:
keywords: keywords:
- BREAKING CHANGE - BREAKING CHANGE
- DEPRECATED

0
test1.txt Normal file
View File