Skip to content

Commit

Permalink
chg: [gitchangelogrc] match sub version of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Jan 23, 2025
1 parent 3194fb0 commit 701ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 701ca20

Please sign in to comment.