##// END OF EJS Templates
docs: added 5.8.0 changelog
docs: added 5.8.0 changelog

File last commit:

r379:e42d1049
r423:f4b42dc7 v5.8.0 master
Show More
.mkchangelog
30 lines | 548 B | text/plain | TextLexer
[GENERAL]
output = CHANGELOG.rst
template = .mkchangelog.d/versions/template.rst.jinja2
commit_limit = 100
unreleased = False
unreleased_version = Unreleased
hide_empty_releases = False
changelog_title = Changelog
commit_types_list = fix,feat
commit_type_default_priority = 10
tag_prefix = v
[commit_types]
build = Build
chore = Chore
ci = CI
dev = Dev
docs = Docs
feat = Features
fix = Fixes
perf = Performance
refactor = Refactors
style = Style
test = Test
translations = Translations
[commit_types_priorities]
feat = 40
fix = 30
refactor = 20