Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-13 22:13:23 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-13 22:13:23 +0300
commit5b735b22bfd07b48459863ec5398632d3ee5b92b (patch)
tree73663aa3f03017d689bd3bc57805a81ed80ccc17
parentbfd5bfd36c2e392f7bb2ce41c40c35441916bbb7 (diff)
chore: Update git-chglog template
-rwxr-xr-x.chglog/CHANGELOG.tpl.md2
-rwxr-xr-x.chglog/config.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md
index f850d5f..748636b 100755
--- a/.chglog/CHANGELOG.tpl.md
+++ b/.chglog/CHANGELOG.tpl.md
@@ -13,7 +13,7 @@ nbxmpp {{ .Tag.Name }} ({{ datetime "02 Jan 2006" .Tag.Date }})
{{ range .NoteGroups -}}
{{ .Title }}
{{ range .Notes }}
-{{ .Body }}
+ * {{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
diff --git a/.chglog/config.yml b/.chglog/config.yml
index 0e4b375..8c34187 100755
--- a/.chglog/config.yml
+++ b/.chglog/config.yml
@@ -39,4 +39,4 @@ options:
- Fixes
notes:
keywords:
- - NOTES
+ - Notes