new: automated version release

This commit is contained in:
Hiddify
2023-09-15 10:44:41 +02:00
parent e25a0532f7
commit d0e762596e
4 changed files with 44 additions and 1 deletions

17
.gitchangelog.rc Normal file
View File

@@ -0,0 +1,17 @@
#output_engine = mustache("markdown")
output_engine = mustache(".release_notes.tpl")
tag_filter_regexp = r'^v?[0-9]+\.[0-9]+(\.[0-9]+)?$'
ignore_regexps = [
r'@minor', r'!minor',
r'@cosmetic', r'!cosmetic',
r'@refactor', r'!refactor',
r'@wip', r'!wip',
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[p|P]kg:',
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[d|D]ev:',
r'^(.{3,3}\s*:)?\s*[fF]irst commit.?\s*$',
r'^$', ## ignore commits with empty messages
r'release: *',
]