From 372c0bb2b2ffdfc69e1cb6ea9bc3642bb9065ee8 Mon Sep 17 00:00:00 2001 From: Michael Healy Date: Wed, 3 Apr 2024 12:35:47 -0400 Subject: [PATCH] Update reno configs to use stable/ instead of release/ branch matching --- ast_releasenotes/releasenotes/config.yaml | 4 ++-- spec_releasenotes/releasenotes/config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ast_releasenotes/releasenotes/config.yaml b/ast_releasenotes/releasenotes/config.yaml index 2b87684..6bfcb58 100644 --- a/ast_releasenotes/releasenotes/config.yaml +++ b/ast_releasenotes/releasenotes/config.yaml @@ -2,6 +2,6 @@ encoding: utf8 default_branch: main collapse_pre_releases: true -branch_name_prefix: release/ -branch_name_re: release/.+ +branch_name_prefix: stable/ +branch_name_re: stable/.+ release_tag_re: (ast-py\/(?:v?[\d.ab]|rc)+) # digits, a, b, and rc cover regular and pre-releases diff --git a/spec_releasenotes/releasenotes/config.yaml b/spec_releasenotes/releasenotes/config.yaml index aa1caf8..33552d6 100644 --- a/spec_releasenotes/releasenotes/config.yaml +++ b/spec_releasenotes/releasenotes/config.yaml @@ -2,6 +2,6 @@ encoding: utf8 default_branch: main collapse_pre_releases: true -branch_name_prefix: release/ -branch_name_re: release/.+ +branch_name_prefix: stable/ +branch_name_re: stable/.+ release_tag_re: (spec\/(?:v?[\d.ab]|rc)+) # digits, a, b, and rc cover regular and pre-releases