From 701ca205b55901a001c8c6e5651cd43440b500c8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 23 Jan 2025 15:16:23 +0100 Subject: [PATCH] chg: [gitchangelogrc] match sub version of tags --- .gitchangelog.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitchangelog.rc b/.gitchangelog.rc index e263f8e1..523437de 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -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