Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Documentation Manager
Commits
cc3f2d01
Verified
Commit
cc3f2d01
authored
2 years ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: changelog
parent
64c3a43d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.chglog/CHANGELOG.tpl.md
+27
-0
27 additions, 0 deletions
.chglog/CHANGELOG.tpl.md
.chglog/config.yml
+58
-0
58 additions, 0 deletions
.chglog/config.yml
with
85 additions
and
0 deletions
.chglog/CHANGELOG.tpl.md
0 → 100644
+
27
−
0
View file @
cc3f2d01
{{ range .Versions }}
<a
name=
"{{ .Tag.Name }}"
></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
-
{{ if .Scope }}
**{{ .Scope }}:**
{{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}
{{- if .Versions }}
{{ range .Versions -}}
{{ if .Tag.Previous -}}
[
{{ .Tag.Name }}
]:
{{
$.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
{{ end -}}
{{ end -}}
{{ end -}}
This diff is collapsed.
Click to expand it.
.chglog/config.yml
0 → 100644
+
58
−
0
View file @
cc3f2d01
style
:
gitlab
template
:
CHANGELOG.tpl.md
info
:
title
:
CHANGELOG
repository_url
:
https://gitlab.schukai.com/oss/utilities/documentation-manager
options
:
commits
:
filters
:
Type
:
-
feat
-
fix
-
doc
-
refactor
-
perf
-
test
-
chore
## deprecated types and typos
-
docs
-
documentation
-
feat
-
added
-
add
-
bugfix
-
revert
-
update
-
updates
-
change
-
changed
commit_groups
:
title_maps
:
feat
:
Add Features
fix
:
Bug Fixes
doc
:
Documentation
refactor
:
Code Refactoring
perf
:
Performance Improvements
test
:
Tests
## Chore is used for all other changes that don't fit in the other categories
chore
:
Changes
## deprecated types and typos
docs
:
Documentation
documentation
:
Documentation
added
:
Add Features
add
:
Add Features
bugfix
:
Bug Fixes
revert
:
Reverts
update
:
Changes
updates
:
Changes
change
:
Changes
changed
:
Changes
header
:
pattern
:
"
^(
\\
w*)(?:
\\
(([
\\
w
\\
$
\\
.
\\
-
\\
*
\\
s]*)
\\
))?
\\
:
\\
s(.*)$"
pattern_maps
:
-
Type
-
Scope
-
Subject
notes
:
keywords
:
-
BREAKING CHANGE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment