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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-19 22:28:16 +0300
committerlovetox <philipp@hoerist.com>2022-05-19 22:28:16 +0300
commitda24f22796bc8d8930bc09309477f55a1fd75032 (patch)
tree9a1b98c1fc9d3eee1e62636bd08275a2911b1d1f /.chglog
parent2b460bb7caeceb15b512c5dd9f40ad12088bccd1 (diff)
chore: Add new commit tag
Diffstat (limited to '.chglog')
-rwxr-xr-x.chglog/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.chglog/config.yml b/.chglog/config.yml
index 2cf804ec7..213b475fe 100755
--- a/.chglog/config.yml
+++ b/.chglog/config.yml
@@ -16,9 +16,11 @@ options:
- feat
- perf
- fix
+ - imprv
title_maps:
feat: New
- perf: Performance Improvements
+ imprv: Improvements
+ perf: Performance
fix: Bug Fixes
header:
pattern: "^(\\w*)\\:\\s(.*)$"