mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-31 06:26:14 +00:00
chg: [gitchangelogrc] match sub version of tags
This commit is contained in:
parent
3194fb0daa
commit
701ca205b5
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ subject_process = (strip |
|
|||
##
|
||||
## Tags that will be used for the changelog must match this regexp.
|
||||
##
|
||||
tag_filter_regexp = r'^v[0-9]+\.[0-9]$'
|
||||
tag_filter_regexp = r'(^v[0-9]+\.[0-9]$)|(^v[0-9]+\.[0-9]\.[0-9]$)'
|
||||
|
||||
|
||||
## ``unreleased_version_label`` is a string
|
||||
|
|
Loading…
Add table
Reference in a new issue